Skip to content

Commit 5cbc519

Browse files
authored
Update cli/analyze-pipeline.ts
1 parent 1e72ba5 commit 5cbc519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/analyze-pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ program
447447
await exportAllLeaderboardAPIs(options.outputDir, exportOptions);
448448

449449
rootLogger.info(
450-
chalk.green("\n Leaderboard API export completed successfully!"),
450+
chalk.green("\n Leaderboard API export completed successfully!"),
451451
);
452452
} catch (error: unknown) {
453453
console.error(chalk.red("Error exporting leaderboard API:"), error);

0 commit comments

Comments
 (0)