Skip to content

Commit

Permalink
Fix debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed May 25, 2024
1 parent cf13f9b commit aa4c308
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 @@ -106,7 +106,7 @@ download_release() {
curl "${curl_opts[@]}" -o "$download_file" -C - "$url" || fail "Could not download $url"

echo "*** Curl command ***"
echo "$curl"
echo "${curl_opts[@]} -o $download_file -C - $url"
echo "*** download path file contents ***"
ls -alh "$ASDF_DOWNLOAD_PATH"
echo "*** Download file var is ***"
Expand Down

0 comments on commit aa4c308

Please sign in to comment.