Remove the patch from the cache after applying it
This commit is contained in:
parent
01be861deb
commit
d706bcf153
@ -79,6 +79,8 @@ ARGV.named.each do |arg|
|
||||
rescue ErrorDuringExecution
|
||||
system 'git', 'am', '--abort'
|
||||
odie 'Patch failed to apply: aborted.'
|
||||
ensure
|
||||
patchpath.unlink
|
||||
end
|
||||
|
||||
changed_formulae = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user