Merge pull request #15826 from apainintheneck/stop-using-api-in-bump
dev-cmd/bump : stop using API to load formulae/casks
This commit is contained in:
commit
22afefce8e
@ -79,10 +79,12 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if formulae_and_casks.present?
|
Homebrew.with_no_api_env do
|
||||||
handle_formula_and_casks(formulae_and_casks, args)
|
if formulae_and_casks.present?
|
||||||
else
|
handle_formula_and_casks(formulae_and_casks, args)
|
||||||
handle_api_response(args)
|
else
|
||||||
|
handle_api_response(args)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user