aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-03 07:03:50 -0700
committerAdam Vandenberg2010-11-03 07:03:50 -0700
commitd02941e1da6811805cbc434e1adc77b95331c12f (patch)
treefd0cbcafdb8c07ac59c7d96a373b7d559ab9ba2d /Library/Homebrew
parent5e64bfbd55c0f146b8293cb6354a5e7038775159 (diff)
downloadbrew-d02941e1da6811805cbc434e1adc77b95331c12f.tar.bz2
Quash warning.
Fixes Homebrew/homebrew#3056
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index f2246c7a5..c85a5ad51 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -116,7 +116,7 @@ class Formula
def path
if @path.nil?
- return self.class.path name
+ return self.class.path(name)
else
return @path
end