Skip to content

Commit

Permalink
Merge pull request #12182 from Bo98/ds-wording
Browse files Browse the repository at this point in the history
download_strategy: adjust --insecure warning wording
  • Loading branch information
Bo98 authored Oct 4, 2021
2 parents f33931a + 5137244 commit 7d0d2dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/download_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ def _curl_args
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"]
Expand Down

0 comments on commit 7d0d2dd

Please sign in to comment.