Skip to content

Commit

Permalink
fix download url
Browse files Browse the repository at this point in the history
fix download url
  • Loading branch information
ryodocx authored Sep 20, 2021
2 parents 20beb3b + 2481638 commit 785f791
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 @@ -37,7 +37,7 @@ download_release() {
version="$1"
filename="$2"

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

Please sign in to comment.