aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-09-28 09:29:41 -0500
committerJack Nagel2012-09-28 09:30:01 -0500
commitef40a19fefbfc5156541f07126fabcc032726759 (patch)
treece71de251fcef20659a2032514bd616795296504 /Library
parentc61daa969cb7aff1b10667ae4a393bbe9af2b7d0 (diff)
downloadhomebrew-ef40a19fefbfc5156541f07126fabcc032726759.tar.bz2
_Really_ fix hg strategy
Fixes #15181. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index d5db8bc6e..09086678a 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -459,7 +459,7 @@ class MercurialDownloadStrategy < AbstractDownloadStrategy
def cached_location; @clone; end
def hgpath
- @path ||= (which "hg" || "#{HOMEBREW_PREFIX}/bin/hg")
+ @path ||= (which("hg") || "#{HOMEBREW_PREFIX}/bin/hg")
end
def fetch