aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/pull.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb
index 6a4057676..e0296060c 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