Skip to content
Snippets Groups Projects
Commit daf8c261 authored by Jack Nagel's avatar Jack Nagel
Browse files

cleanup: use Pathname#rmtree instead of FileUtils

parent b32310c3
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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