Skip to content

Commit 11e796b

Browse files
committed
🤖 chore: clarify legacy migration comment
1 parent 600fe5d commit 11e796b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main-desktop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ if (gotTheLock) {
492492
try {
493493
console.log("App ready, creating window...");
494494

495-
// Migrate from .mux to .mux directory structure if needed
495+
// Migrate from .cmux to .mux directory structure if needed
496496
migrateLegacyMuxHome();
497497

498498
// Install React DevTools in development

src/main-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const httpIpcMain = new HttpIpcMainAdapter(app);
144144

145145
// Initialize async services and register handlers
146146
(async () => {
147-
// Migrate from .mux to .mux directory structure if needed
147+
// Migrate from .cmux to .mux directory structure if needed
148148
migrateLegacyMuxHome();
149149

150150
// Initialize config and IPC service

0 commit comments

Comments
 (0)