Skip to content

Commit 3791c26

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

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
@@ -423,7 +423,7 @@ program
423423
logger: rootLogger,
424424
};
425425

426-
rootLogger.info(chalk.cyan("\n📊 Exporting Leaderboard API Endpoints"));
426+
rootLogger.info(chalk.cyan("\n Exporting Leaderboard API Endpoints"));
427427
rootLogger.info(chalk.gray(`Output directory: ${options.outputDir}`));
428428
if (exportOptions.limit) {
429429
rootLogger.info(chalk.gray(`User limit: ${exportOptions.limit}`));

0 commit comments

Comments
 (0)