Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Frigo committed Sep 19, 2023
1 parent b1a8bd9 commit 34f6dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ download_release() {

url="$GH_REPO/releases/download/$(get_release_name "$version")/bws-$(get_arch_and_environment)-$version.zip"

echo "$url"

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

0 comments on commit 34f6dbb

Please sign in to comment.