download_strategy: remove redundant conditional

This commit is contained in:
Bo Anderson 2021-10-04 17:16:20 +01:00
parent 243794b588
commit cb0a90262d
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -550,7 +550,7 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
"because we need it installed to download securely."
@insecure_warning_shown = true
end
args += ["--insecure"] if meta[:insecure]
args += ["--insecure"]
end
args