aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-05-08 18:16:15 +0800
committerXu Cheng2015-05-27 13:53:40 +0800
commit3108fb5d2258846b515959f91b5e3c74f80d3133 (patch)
treee7e3b0ea8f18fa4b98f002db9b616e05c51c457f /Library
parenta744da3b4ca2d46d7dfccf91e5369bb45d54b7f0 (diff)
downloadbrew-3108fb5d2258846b515959f91b5e3c74f80d3133.tar.bz2
BottleLoader: using Formulary.path to search formula file
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formulary.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb
index 24c2788a7..f69912c9f 100644
--- a/Library/Homebrew/formulary.rb
+++ b/Library/Homebrew/formulary.rb
@@ -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)