BottleLoader: using Formulary.path to search formula file

This commit is contained in:
Xu Cheng 2015-05-08 18:16:15 +08:00
parent a744da3b4c
commit 3108fb5d22

View File

@ -107,7 +107,7 @@ class Formulary
name = name_without_version
end
super name, Formula.path(name)
super name, Formulary.path(name)
end
def get_formula(spec)