reinstall: use Formula#full_name
This commit is contained in:
parent
f47a4dac75
commit
3da315167c
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user