FIX typo in formula.rb

This commit is contained in:
Max Howell 2009-07-31 13:13:52 +01:00
parent 5fd7fd0578
commit c4972e218f

View File

@ -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