Merge pull request #12176 from Bo98/ds-fix
download_strategy: remove redundant conditional
This commit is contained in:
commit
46489031fb
@ -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