diff --git a/lib/utils.bash b/lib/utils.bash index ccb4f22..57ba0d4 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -35,7 +35,7 @@ FILE="releases.json" KEY="latest-sdk" download() { - curl -s $RELEASES_URI + curl "${curl_opts[@]}" $RELEASES_URI } match_key() {