Skip to content

Commit

Permalink
fix: use curl_options when using curl in download function
Browse files Browse the repository at this point in the history
references #28
  • Loading branch information
ssb-incomas committed May 10, 2024
1 parent 079263e commit 28750fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FILE="releases.json"
KEY="latest-sdk"

download() {
curl -s $RELEASES_URI
curl "${curl_opts[@]}" $RELEASES_URI
}

match_key() {
Expand Down

0 comments on commit 28750fe

Please sign in to comment.