diff --git a/lib/utils.bash b/lib/utils.bash index 018b3cf..737fbbb 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -94,7 +94,7 @@ download_release() { curl "${curl_opts[@]}" \ -H "Accept: application/octet-stream" \ -o "$filename" -C - "$url" || - fail "Could not curl $url_rest" + fail "Could not curl $url" } install_version() {