Skip to content
Snippets Groups Projects
Commit 6b41f38b authored by Mike McQuaid's avatar Mike McQuaid
Browse files

untap: better match uninstall format.

parent a5c4eb2d
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment