diff options
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index ed729a706..2dbf7380b 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -47,7 +47,7 @@ class Tab < OpenStruct    end    def self.for_name name -    for_formula(Formula.factory(name)) +    for_formula(Formulary.factory(name))    end    def self.for_formula f | 
