aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 3bb11b385..03acffbc6 100755
--- a/bin/brew
+++ b/bin/brew
@@ -161,8 +161,8 @@ begin
when 'rm', 'uninstall', 'remove'
ARGV.kegs.each do |keg|
puts "Uninstalling #{keg}..."
- keg.uninstall
keg.unlink
+ keg.uninstall
end
when 'prune'