diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/bottle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 740e653ed..0c1891ea9 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 |
