diff options
| author | Adam Vandenberg | 2010-11-03 07:03:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-03 07:03:50 -0700 |
| commit | 13b6a9b8fe11a397c4f12b03aa25ebb642d304be (patch) | |
| tree | 61b3b5e3c968dbd1ce640388fe2f9c549b18a714 /Library | |
| parent | 3f070c280773eac61184f332f3ecdb4adf4ae1ed (diff) | |
| download | homebrew-13b6a9b8fe11a397c4f12b03aa25ebb642d304be.tar.bz2 | |
Quash warning.
Fixes #3056
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
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 |
