untap: better match uninstall format.
This commit is contained in:
parent
a5c4eb2d3e
commit
6b41f38b69
@ -17,6 +17,7 @@ module Homebrew
|
|||||||
tapd = HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
|
tapd = HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
|
||||||
|
|
||||||
raise "No such tap!" unless tapd.directory?
|
raise "No such tap!" unless tapd.directory?
|
||||||
|
puts "Untapping #{tapname}... (#{tapd.abv})"
|
||||||
|
|
||||||
files = []
|
files = []
|
||||||
tapd.find_formula { |file| files << file }
|
tapd.find_formula { |file| files << file }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user