Skip to content

Commit

Permalink
debug: Print more info
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Sep 15, 2023
1 parent 95a7cce commit b4260b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ download_release() {
url="$GH_REPO/releases/download/v${version}/cli_${version}_${platform}_${arch}.tar.gz"

echo "* Downloading $TOOL_NAME release $version... (file: $filename)"
echo "${curl_opts[@]} -o $filename -C - $url"
curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"
}

Expand Down

0 comments on commit b4260b2

Please sign in to comment.