bottle: improve "not installed" message.
Fixes Homebrew/homebrew#25546.
This commit is contained in:
parent
744a8944b0
commit
6047e67d35
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user