download_strategy: remove redundant conditional
This commit is contained in:
parent
243794b588
commit
cb0a90262d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user