From bfb54691e839df40529e64bdae270e48c4208e3e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 18 Nov 2023 22:02:40 +0000 Subject: [PATCH] fix(bootstrap): typo '-f sSL' => '-f -sSL' --- _webi/curl-pipe-bootstrap.tpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/curl-pipe-bootstrap.tpl.sh b/_webi/curl-pipe-bootstrap.tpl.sh index 73ec37e..eed2f7c 100644 --- a/_webi/curl-pipe-bootstrap.tpl.sh +++ b/_webi/curl-pipe-bootstrap.tpl.sh @@ -121,7 +121,7 @@ fn_curl() { ( cmd_curl="curl -f -sSL -#" if fn_is_interactive; then - cmd_curl="curl -f sSL" + cmd_curl="curl -f -sSL" fi b_triple_ua="$(fn_get_target_triple_user_agent)"