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