Merge pull request #12182 from Bo98/ds-wording

download_strategy: adjust --insecure warning wording
This commit is contained in:
Bo Anderson 2021-10-04 20:23:15 +01:00 committed by GitHub
commit 7d0d2dd878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -547,7 +547,8 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
if meta[:insecure]
unless @insecure_warning_shown
opoo "Using --insecure with curl to download `ca-certificates` " \
"because we need it installed to download securely."
"because we need it installed to download securely from now on. " \
"Checksums will still be verified."
@insecure_warning_shown = true
end
args += ["--insecure"]