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."
|
"because we need it installed to download securely."
|
||||||
@insecure_warning_shown = true
|
@insecure_warning_shown = true
|
||||||
end
|
end
|
||||||
args += ["--insecure"] if meta[:insecure]
|
args += ["--insecure"]
|
||||||
end
|
end
|
||||||
|
|
||||||
args
|
args
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user