Skip to content
Snippets Groups Projects
Commit e88fd4a8 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

bump-formula-pr: always use HOMEBREW_PATH.

Fixes this when using environment filtering.
parent 7caca570
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment