Skip to content

Commit

Permalink
bottle: improve "not installed" message.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 4, 2014
1 parent 744a894 commit 6047e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/bottle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def bottle_output bottle

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
Expand Down

0 comments on commit 6047e67

Please sign in to comment.