aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-04-09 09:00:08 +0100
committerMike McQuaid2015-04-09 09:00:08 +0100
commit5e1b3ce45b75de88b1af6a4d62eefa556562b61c (patch)
tree40559d7777038c7b6cf75dab0414a2dfd99671b5 /Library
parent8d684276973db115926f586f206e36b98b45b8fc (diff)
downloadhomebrew-5e1b3ce45b75de88b1af6a4d62eefa556562b61c.tar.bz2
untap: better match uninstall format.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/untap.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/untap.rb b/Library/Homebrew/cmd/untap.rb
index 53f8eec42..b0044b24c 100644
--- a/Library/Homebrew/cmd/untap.rb
+++ b/Library/Homebrew/cmd/untap.rb
@@ -17,6 +17,7 @@ module Homebrew
tapd = HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
raise "No such tap!" unless tapd.directory?
+ puts "Untapping #{tapname}... (#{tapd.abv})"
files = []
tapd.find_formula { |file| files << file }