bump-formula-pr: use HOMEBREW_BROWSER.

This commit is contained in:
Mike McQuaid 2017-11-07 07:48:00 +00:00
parent 9358f678a3
commit 127bdfdc71

View File

@ -117,6 +117,9 @@ module Homebrew
# user path, too.
ENV["PATH"] = ENV["HOMEBREW_PATH"]
# Use the user's browser, too.
ENV["BROWSER"] = ENV["HOMEBREW_BROWSER"]
# Setup GitHub environment variables
%w[GITHUB_USER GITHUB_PASSWORD GITHUB_TOKEN].each do |env|
homebrew_env = ENV["HOMEBREW_#{env}"]