Skip to content

Commit

Permalink
nicer debug
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-tricot committed May 9, 2024
1 parent 81a969f commit 81c2645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abctl_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ _install_binary() {
local release_url=$(echo "$release_data" | grep "$os-$arch" | _extract_value browser_download_url)
local release_filename=$(echo "$release_data" | grep "$os-$arch" | _extract_value name)

echo "Downloading binary from $release_url"
echo "Downloading abctl from $release_url"

_curl "$release_url" > "${DIR_TMP}/$release_filename"

Expand Down

0 comments on commit 81c2645

Please sign in to comment.