mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
FIX typo in formula.rb
This commit is contained in:
parent
5fd7fd0578
commit
c4972e218f
@ -239,7 +239,7 @@ class Formula <UnidentifiedFormula
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.path name
|
def self.path name
|
||||||
Pathanme.new(HOMEBREW_PREFIX)+'Formula'+(name.downcase+'.rb')
|
Pathname.new(HOMEBREW_PREFIX)+'Library'+'Formula'+(name.downcase+'.rb')
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.create name
|
def self.create name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user