From 03db265274daea61a30ced3bb355e20f4225dc7a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 29 Oct 2014 23:08:58 -0500 Subject: Call #name rather than relying on implicit #to_s --- Library/Homebrew/cmd/pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd/pull.rb') 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 -- cgit v1.2.3