diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 6a40576760..e0296060ca 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -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