mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
Unlink managed kim link on factory-reset
Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
@@ -436,7 +436,7 @@ Electron.ipcMain.on('factory-reset', async() => {
|
||||
await k8smanager.factoryReset();
|
||||
if (os.platform() === 'darwin') {
|
||||
// Unlink binaries
|
||||
for (const name of ['helm', 'kubectl', 'nerdctl']) {
|
||||
for (const name of ['helm', 'kim', 'kubectl', 'nerdctl']) {
|
||||
Electron.ipcMain.emit('install-set', { reply: () => { } }, name, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user