bottle: improve "not installed" message.

Fixes Homebrew/homebrew#25546.
This commit is contained in:
Mike McQuaid 2014-01-04 14:50:13 +00:00
parent 744a8944b0
commit 6047e67d35

View File

@ -96,7 +96,7 @@ module Homebrew extend self
def bottle_formula f def bottle_formula f
unless f.installed? unless f.installed?
return ofail "Formula not installed: #{f.name}" return ofail "Formula not installed or up-to-date: #{f.name}"
end end
unless built_as_bottle? f unless built_as_bottle? f