Skip to content

Commit 0ba00be

Browse files
committed
chore(init): simplify CTA to node9.ai without signup language
1 parent 4922dfe commit 0ba00be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cli/commands/init.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ export function registerInitCommand(program: Command): void {
168168
console.log(chalk.white(' Local UI: ') + chalk.cyan('node9 daemon --openui'));
169169
console.log('');
170170
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'));
171+
console.log(chalk.white(' Team dashboard + full audit trail → ') + chalk.cyan.bold('https://node9.ai'));
173172
console.log(chalk.gray(' ─────────────────────────────────────────────────'));
174173
});
175174
}

0 commit comments

Comments
 (0)