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) {