From 36c50764a85245caf370a00fbb88e2382437c3ad Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:19:37 +0000 Subject: [PATCH] fix: resolve CI workflow and file structure issues --- src/commands/merge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/merge.ts b/src/commands/merge.ts index 3ae3081..dfdfbd6 100644 --- a/src/commands/merge.ts +++ b/src/commands/merge.ts @@ -141,7 +141,7 @@ export function createMergeCommand(): Command { console.log(chalk.gray('─'.repeat(50))); console.log(chalk.cyan('\n✨ You can now delete the workspace with:')); - console.log(` ${chalk.white(`git-agent-sync destroy ${sanitizedName}`)}`); + console.log(` ${chalk.white(\`git-agent-sync destroy ${sanitizedName}\`)}`); } catch (error) { if (error instanceof MergeConflictError) {