From a8afd8e37dee33e5857ddb144ec9bf073036b50d Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 20 Dec 2022 21:41:16 +0000 Subject: [PATCH] (chore) kim: Fix checkver Fix checkver broken by lack of file names in GitHub releases page --- bucket/kim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/kim.json b/bucket/kim.json index 9bd8dcbf14..eb16513a8b 100644 --- a/bucket/kim.json +++ b/bucket/kim.json @@ -11,7 +11,7 @@ }, "bin": "kim.exe", "checkver": { - "url": "https://github.com/rancher/kim/releases", + "url": "https://api.github.com/repos/rancher/kim/releases", "regex": "download/v([\\w.-]+)/kim-windows-amd64.exe" }, "autoupdate": {