Skip to content

Commit 3540200

Browse files
committed
fix install script
1 parent 0ab98e1 commit 3540200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ find_latest_release() {
9191
esac
9292

9393

94-
local name_prefix="rnk-${suffix}-${version_num}"
94+
local name_prefix="rnk-${suffix}-v${version_num}"
9595
local url=$(echo $latest_response | jq -r ".assets[]|select(.name | startswith(\"$name_prefix\"))|.browser_download_url")
9696
if [ -z "$url" ]; then
9797
echo "No download url could be found for $name_prefix."

0 commit comments

Comments
 (0)