Merge pull request #3388 from MikeMcQuaid/bump-formula-pr-env-filtering
bump-formula-pr: always use HOMEBREW_PATH.
This commit is contained in:
commit
9dbff4ebbe
@ -109,6 +109,10 @@ module Homebrew
|
||||
end
|
||||
|
||||
def bump_formula_pr
|
||||
# As this command is simplifying user run commands then let's just use a
|
||||
# user path, too.
|
||||
ENV["PATH"] = ENV["HOMEBREW_PATH"]
|
||||
|
||||
formula = ARGV.formulae.first
|
||||
|
||||
if formula
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user