We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4922dfe commit 0ba00beCopy full SHA for 0ba00be
src/cli/commands/init.ts
@@ -168,8 +168,7 @@ export function registerInitCommand(program: Command): void {
168
console.log(chalk.white(' Local UI: ') + chalk.cyan('node9 daemon --openui'));
169
console.log('');
170
console.log(chalk.gray(' ─────────────────────────────────────────────────'));
171
- console.log(chalk.white(' Want team dashboard + full audit trail?'));
172
- console.log(chalk.white(' Sign up free → ') + chalk.cyan.bold('https://node9.ai/signup'));
+ console.log(chalk.white(' Team dashboard + full audit trail → ') + chalk.cyan.bold('https://node9.ai'));
173
174
});
175
}
0 commit comments