Skip to content

Commit d5e348e

Browse files
authored
fix(dx): remove exclamation point from init success message (#88)
1 parent c6319a1 commit d5e348e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-core/src/commands/init/heuristics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function formatAction(action: FileAction): string {
7070
}
7171

7272
export function printOutro(plan: ScaffoldPlan, findings: ScanFinding[]): void {
73-
console.log(bold(green("\n✓ Clerk has been set up in your project!\n")));
73+
console.log(bold(green("\n✓ Clerk has been set up in your project\n")));
7474

7575
for (const action of plan.actions) {
7676
console.log(formatAction(action));

0 commit comments

Comments
 (0)