There was an error while loading. Please reload this page.
1 parent c6319a1 commit d5e348eCopy full SHA for d5e348e
1 file changed
packages/cli-core/src/commands/init/heuristics.ts
@@ -70,7 +70,7 @@ function formatAction(action: FileAction): string {
70
}
71
72
export function printOutro(plan: ScaffoldPlan, findings: ScanFinding[]): void {
73
- console.log(bold(green("\n✓ Clerk has been set up in your project!\n")));
+ console.log(bold(green("\n✓ Clerk has been set up in your project\n")));
74
75
for (const action of plan.actions) {
76
console.log(formatAction(action));
0 commit comments