Skip to content

Commit 07036d8

Browse files
authored
Merge pull request #655 from mook-as/lima-path-migrate-vm-wrong
Path migration: Fix Lima VM name.
2 parents 1794123 + 677a64b commit 07036d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function migratePaths() {
285285
if (tryRename(obsoletePaths.lima, paths.lima, 'Lima state') === 'succeeded') {
286286
// We also changed the VM name.
287287
const oldVM = path.join(paths.lima, 'rancher-desktop');
288-
const newVM = path.join(paths.lima, 'rd');
288+
const newVM = path.join(paths.lima, '0');
289289

290290
tryRename(oldVM, newVM, 'Lima VM');
291291
}

0 commit comments

Comments
 (0)