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

Use Keg#uninstall to clean up kegs

parent acf76f3f
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ module Homebrew
puts "Would remove: #{keg}"
else
puts "Removing: #{keg}..."
keg.rmtree
keg.uninstall
end
end
......
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