diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/reinstall.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
