Skip to content
Snippets Groups Projects
Commit 3da31516 authored by Xu Cheng's avatar Xu Cheng
Browse files

reinstall: use Formula#full_name

parent f47a4dac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment