diff --git a/Library/Homebrew/cmd/untap.rb b/Library/Homebrew/cmd/untap.rb index 53f8eec423bfe051f022e0bf31289fdf62aabfac..b0044b24cc3547eeb29c948cf9aa41f42f64af8d 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 }