Skip to content

Commit

Permalink
fix: incorrect TLS warning with curl v8.10 (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgallag authored Dec 13, 2024
1 parent d5700df commit 6beefac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,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 6beefac

Please sign in to comment.