Skip to content

Commit

Permalink
ORCID#1 utils.bash change xz to gz file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbuhay authored Jan 28, 2024
1 parent 15ccce0 commit 940e252
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 @@ -53,7 +53,7 @@ download_release() {
local arch=$arch_test
fi

url="$GH_REPO/releases/download/v${version}/flarectl_${version}_${platform}_${arch}.tar.xz"
url="$GH_REPO/releases/download/v${version}/flarectl_${version}_${platform}_${arch}.tar.gz"

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

0 comments on commit 940e252

Please sign in to comment.