tap: fix env typo.

This commit is contained in:
Mike McQuaid 2017-04-25 13:39:46 +01:00
parent 584ea84548
commit 3589e24df0

View File

@ -527,7 +527,7 @@ end
# A specialized {Tap} class for the core formulae # A specialized {Tap} class for the core formulae
class CoreTap < Tap class CoreTap < Tap
def default_remote 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 "https://github.com/Homebrew/homebrew-core".freeze
else else
"https://github.com/Linuxbrew/homebrew-core".freeze "https://github.com/Linuxbrew/homebrew-core".freeze