aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-03 07:03:50 -0700
committerAdam Vandenberg2010-11-03 07:03:50 -0700
commit13b6a9b8fe11a397c4f12b03aa25ebb642d304be (patch)
tree61b3b5e3c968dbd1ce640388fe2f9c549b18a714 /Library
parent3f070c280773eac61184f332f3ecdb4adf4ae1ed (diff)
downloadhomebrew-13b6a9b8fe11a397c4f12b03aa25ebb642d304be.tar.bz2
Quash warning.
Fixes #3056
Diffstat (limited to 'Library')
-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