aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2015-04-09 09:00:08 +0100
committerMike McQuaid2015-04-09 09:00:08 +0100
commit6b41f38b693db27c49aa8f14e4c5975faf71d188 (patch)
treed8f00f8774cc4c2bc9235715390a19dc73aa0291 /Library/Homebrew/cmd
parenta5c4eb2d3eae9e2fd7b7f0fd431fe763688af82b (diff)
downloadbrew-6b41f38b693db27c49aa8f14e4c5975faf71d188.tar.bz2
untap: better match uninstall format.
Diffstat (limited to 'Library/Homebrew/cmd')
-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 }