aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/cleanup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb
index 42ef7b329..d6c727802 100644
--- a/Library/Homebrew/cmd/cleanup.rb
+++ b/Library/Homebrew/cmd/cleanup.rb
@@ -70,7 +70,7 @@ module Homebrew
puts "Would remove: #{keg}"
else
puts "Removing: #{keg}..."
- keg.rmtree
+ keg.uninstall
end
end