Revise cleanup text, we're removing, not uninstalling
This commit is contained in:
parent
84eae3c425
commit
e9aaef0e25
@ -36,7 +36,7 @@ module Homebrew extend self
|
||||
if f.installed? and rack.directory?
|
||||
rack.children.each do |keg|
|
||||
if f.installed_prefix != keg
|
||||
print "Uninstalling #{keg}..."
|
||||
print "Removing #{keg}..."
|
||||
rm_rf keg
|
||||
puts
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user