From e8727a4eeea08b21b10e561685c898100e3697b6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 4 Mar 2014 12:29:42 -0600 Subject: [PATCH] Show full name when a installing a tap dependency --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index c1ea8b9d59..a5487f5215 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -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