Call #name rather than relying on implicit #to_s

This commit is contained in:
Jack Nagel 2014-10-29 23:08:58 -05:00
parent 673f08f17e
commit 1753362024

View File

@ -110,7 +110,7 @@ module Homebrew
unless ARGV.include?('--bottle')
changed_formulae.each do |f|
next unless f.bottle
opoo "#{f} has a bottle: do you need to update it with --bottle?"
opoo "#{f.name} has a bottle: do you need to update it with --bottle?"
end
end