Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrom committed Nov 5, 2023
1 parent 1cc031b commit a1440a0
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 @@ -65,7 +65,7 @@ download_release() {
fail "unrecognized operating system $OSTYPE"
fi

url="$GH_REPO/releases/download/${version}/${bin}.tar.gz"
url="$GH_REPO/releases/download/v${version}/${bin}.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 a1440a0

Please sign in to comment.