diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formulary.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 8066e0181..7fb7191a5 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -80,7 +80,7 @@ class Formulary end def get_formula - formula = klass.new(name) + formula = klass.new(name, path) formula.local_bottle_path = @bottle_filename return formula end |
