diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb index b6acad568f..1bdaf373fe 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