download_strategy: unlink the lock file after unlocking it
This commit is contained in:
parent
28a1497c2b
commit
37dcbbaf65
@ -326,6 +326,7 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
|
||||
end
|
||||
ensure
|
||||
download_lock&.unlock
|
||||
download_lock&.path&.unlink
|
||||
end
|
||||
|
||||
def clear_cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user