Skip to content

Commit

Permalink
Fix error message in download_release
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Jul 23, 2023
1 parent 39bebb4 commit f6e04d3
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 @@ -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() {
Expand Down

0 comments on commit f6e04d3

Please sign in to comment.