diff --git a/src/commands/create.ts b/src/commands/create.ts index aef9472..1aa82c7 100644 --- a/src/commands/create.ts +++ b/src/commands/create.ts @@ -111,7 +111,7 @@ export function createCreateCommand(): Command { console.log(` Main Branch: ${chalk.white(mainBranch)}`); console.log(` Created: ${chalk.white(new Date().toISOString())}`); console.log(chalk.cyan('\nšŸ“ Next Steps:')); - console.log(` 1. ${chalk.white(`cd ${workspacePath}`)}`); + console.log(` 1. ${chalk.white(\`cd ${workspacePath}\`)}`); console.log(` 2. ${chalk.white('Start your coding tasks')}`); console.log(` 3. ${chalk.white('git-agent-sync status')} - Track changes`); console.log(` 4. ${chalk.white('git-agent-sync diff')} - Generate diffs`);