Skip to content
Snippets Groups Projects
Commit c8335d9c authored by Mike McQuaid's avatar Mike McQuaid
Browse files

cleanup: don't remove old incomplete files twice.

parent af7f7d73
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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