diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 767db6e63c..2eadc8c639 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -25,7 +25,7 @@ class FormulaInstaller end def pour_bottle? - (tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f, true) + (tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f) end def check_install_sanity