cleanup: don't remove old incomplete files twice.
This commit is contained in:
parent
af7f7d7353
commit
c8335d9c46
@ -77,10 +77,6 @@ module Homebrew extend self
|
||||
end
|
||||
end
|
||||
end
|
||||
if pn.basename.to_s.split('.').last == 'incomplete'
|
||||
puts "Removing #{pn}..."
|
||||
rm pn unless ARGV.dry_run?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user