From 3589e24df03adc074081549229d8cc244643eee4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 25 Apr 2017 13:39:46 +0100 Subject: [PATCH] tap: fix env typo. --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index e386db7b84..66aa101589 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