diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 9a621a7428..ad3036938e 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -243,7 +243,7 @@ class FormulaInstaller ENV["HOMEBREW_TEST_TMPDIR"].nil? && !pour_bottle? message = <<~EOS - #{formula}: unable to pour bottle! + #{formula}: no bottle available! EOS if !formula.pour_bottle? && formula.pour_bottle_check_unsatisfied_reason message += formula.pour_bottle_check_unsatisfied_reason