Skip to content

Commit

Permalink
fix: shell formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Dec 6, 2023
1 parent 57f892e commit e03f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/install/200_downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ downloader() {
need_cmd "$_dld"
elif [ "$_dld" = curl ]; then
if check_help_for curl --proto --tlsv1.2; then
curl --proto '=https' --tlsv1.2 --show-error --fail --connect-timeout 10 --retry 5 --location "$1" --output "$2" --progress-bar
curl --proto '=https' --tlsv1.2 --show-error --fail --connect-timeout 10 --retry 5 --location "$1" --output "$2" --progress-bar
elif ! [ "$flag_INSECURE" ]; then
warn "Not forcing TLS v1.2, this is potentially less secure"
curl --show-error --fail --connect-timeout 10 --retry 5 --location "$1" --output "$2" --progress-bar
Expand Down

0 comments on commit e03f8d4

Please sign in to comment.