diff options
Diffstat (limited to 'Library/Homebrew/tap.rb')
| -rw-r--r-- | Library/Homebrew/tap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index e386db7b8..66aa10158 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -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 |
