fix: resolve CI workflow and file structure issues
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user