aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-04-25 13:39:46 +0100
committerMike McQuaid2017-04-25 13:40:40 +0100
commit3589e24df03adc074081549229d8cc244643eee4 (patch)
tree826065c29d64a240c3ed44cc6b74d064cb334858 /Library
parent584ea84548573e1b796362c22f882643a56ddd09 (diff)
downloadbrew-3589e24df03adc074081549229d8cc244643eee4.tar.bz2
tap: fix env typo.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap.rb2
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