diff options
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 a672d57f7..29171757b 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -239,7 +239,7 @@ class Formula <UnidentifiedFormula end def self.path name - Pathanme.new(HOMEBREW_PREFIX)+'Formula'+(name.downcase+'.rb') + Pathname.new(HOMEBREW_PREFIX)+'Library'+'Formula'+(name.downcase+'.rb') end def self.create name |
