Merge pull request #5208 from zkxs/install-behind-proxy
Fix Nil error when mirror download fails
This commit is contained in:
commit
492b3f88ac
@ -312,7 +312,7 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
|
||||
retry
|
||||
end
|
||||
ensure
|
||||
download_lock.unlock
|
||||
download_lock&.unlock
|
||||
end
|
||||
|
||||
def clear_cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user