From 3da315167cfb47f777804fdaf2b91d7cebc5ce49 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 27 May 2015 21:12:07 +0800 Subject: reinstall: use Formula#full_name --- Library/Homebrew/cmd/reinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb index b6acad568..1bdaf373f 100644 --- a/Library/Homebrew/cmd/reinstall.rb +++ b/Library/Homebrew/cmd/reinstall.rb @@ -9,7 +9,7 @@ module Homebrew tab = Tab.for_formula(f) options = tab.used_options | f.build.used_options - notice = "Reinstalling #{f.name}" + notice = "Reinstalling #{f.full_name}" notice += " with #{options * ", "}" unless options.empty? oh1 notice -- cgit v1.2.3