reinstall: use Formula#full_name

This commit is contained in:
Xu Cheng 2015-05-27 21:12:07 +08:00
parent f47a4dac75
commit 3da315167c

View File

@ -9,7 +9,7 @@ module Homebrew
tab = Tab.for_formula(f) tab = Tab.for_formula(f)
options = tab.used_options | f.build.used_options options = tab.used_options | f.build.used_options
notice = "Reinstalling #{f.name}" notice = "Reinstalling #{f.full_name}"
notice += " with #{options * ", "}" unless options.empty? notice += " with #{options * ", "}" unless options.empty?
oh1 notice oh1 notice