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