From 6047e67d3571e5fa5567cd78a794ac6b02964dde Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 14:50:13 +0000 Subject: [PATCH] bottle: improve "not installed" message. Fixes Homebrew/homebrew#25546. --- Library/Homebrew/cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 740e653ed8..0c1891ea9b 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -96,7 +96,7 @@ module Homebrew extend self def bottle_formula f unless f.installed? - return ofail "Formula not installed: #{f.name}" + return ofail "Formula not installed or up-to-date: #{f.name}" end unless built_as_bottle? f