cleanup: use Pathname#rmtree instead of FileUtils
This commit is contained in:
parent
b32310c3db
commit
daf8c26108
@ -42,7 +42,7 @@ module Homebrew extend self
|
||||
puts "Would remove: #{keg}"
|
||||
else
|
||||
puts "Removing: #{keg}..."
|
||||
rm_rf keg
|
||||
keg.rmtree
|
||||
end
|
||||
else
|
||||
opoo "Skipping (old) #{keg} due to it being linked"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user