tap: fix env typo.
This commit is contained in:
parent
584ea84548
commit
3589e24df0
@ -527,7 +527,7 @@ end
|
||||
# A specialized {Tap} class for the core formulae
|
||||
class CoreTap < Tap
|
||||
def default_remote
|
||||
if OS.mac? || ENV["$HOMEBREW_FORCE_HOMEBREW_ORG"]
|
||||
if OS.mac? || ENV["HOMEBREW_FORCE_HOMEBREW_ORG"]
|
||||
"https://github.com/Homebrew/homebrew-core".freeze
|
||||
else
|
||||
"https://github.com/Linuxbrew/homebrew-core".freeze
|
||||
|
Loading…
x
Reference in New Issue
Block a user