Fix incorrect comment - this is Kim the binary

Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
Eric Promislow
2021-10-01 10:50:34 -07:00
parent 0c53cfe9f7
commit 1647354ec2
2 changed files with 1 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ export default async function main(platform) {
entryName: `${ kubePlatform }-amd64/${ exeName('helm') }`,
});
// Download KimImageProcessor
// Download Kim
const kimVersion = '0.1.0-beta.6';
const kimURLBase = `https://github.com/rancher/kim/releases/download/v${ kimVersion }`;
const kimURL = `${ kimURLBase }/${ exeName(`kim-${ kubePlatform }-amd64`) }`;