Skip to content

Commit

Permalink
Update utils.bash to use new download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropombeiro committed Oct 9, 2023
1 parent 785f791 commit fc9c177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Expand Up @@ -37,7 +37,7 @@ download_release() {
version="$1"
filename="$2"

url="$GH_REPO/releases/download/v${version}/viddy_${version}_$(uname -s)_x86_64.tar.gz"
url="$GH_REPO/releases/download/v${version}/viddy_$(uname -s)_x86_64.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 fc9c177

Please sign in to comment.