Skip to content

Commit

Permalink
more visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-tricot committed May 9, 2024
1 parent dee6358 commit 81a969f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions abctl_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ _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"

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

(
Expand Down

0 comments on commit 81a969f

Please sign in to comment.