We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab98e1 commit 3540200Copy full SHA for 3540200
1 file changed
install.sh
@@ -91,7 +91,7 @@ find_latest_release() {
91
esac
92
93
94
- local name_prefix="rnk-${suffix}-${version_num}"
+ local name_prefix="rnk-${suffix}-v${version_num}"
95
local url=$(echo $latest_response | jq -r ".assets[]|select(.name | startswith(\"$name_prefix\"))|.browser_download_url")
96
if [ -z "$url" ]; then
97
echo "No download url could be found for $name_prefix."
0 commit comments