Call #name rather than relying on implicit #to_s
This commit is contained in:
parent
673f08f17e
commit
1753362024
@ -110,7 +110,7 @@ module Homebrew
|
|||||||
unless ARGV.include?('--bottle')
|
unless ARGV.include?('--bottle')
|
||||||
changed_formulae.each do |f|
|
changed_formulae.each do |f|
|
||||||
next unless f.bottle
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user