Skip to content

Commit

Permalink
fix(rustup-init/sh): fix incorrect TLS warning with curl v8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Oct 11, 2024
1 parent a497b15 commit a9c4362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ check_help_for() {
shift

local _category
if "$_cmd" --help | grep -q 'For all options use the manual or "--help all".'; then
if "$_cmd" --help | grep -q '"--help all"'; then
_category="all"
else
_category=""
Expand Down

0 comments on commit a9c4362

Please sign in to comment.