From 3108fb5d2258846b515959f91b5e3c74f80d3133 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 8 May 2015 18:16:15 +0800 Subject: [PATCH] BottleLoader: using Formulary.path to search formula file --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 24c2788a7b..f69912c9ff 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)