Skip to content
Snippets Groups Projects
Commit e8727a4e authored by Jack Nagel's avatar Jack Nagel
Browse files

Show full name when a installing a tap dependency

parent 21e57856
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ class FormulaInstaller
fi.ignore_deps = true
fi.only_deps = false
fi.show_header = false
oh1 "Installing #{f} dependency: #{Tty.green}#{df}#{Tty.reset}"
oh1 "Installing #{f} dependency: #{Tty.green}#{dep.name}#{Tty.reset}"
outdated_keg.unlink if outdated_keg
fi.install
fi.caveats
......
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