We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1794123 + 677a64b commit 07036d8Copy full SHA for 07036d8
1 file changed
src/main/paths.ts
@@ -285,7 +285,7 @@ function migratePaths() {
285
if (tryRename(obsoletePaths.lima, paths.lima, 'Lima state') === 'succeeded') {
286
// We also changed the VM name.
287
const oldVM = path.join(paths.lima, 'rancher-desktop');
288
- const newVM = path.join(paths.lima, 'rd');
+ const newVM = path.join(paths.lima, '0');
289
290
tryRename(oldVM, newVM, 'Lima VM');
291
}
0 commit comments