mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
Fix incorrect comment - this is Kim the binary
Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
@@ -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`) }`;
|
||||
|
||||
Reference in New Issue
Block a user