Skip to content

Commit

Permalink
fix(cli): remove notice about manual pipeline run
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Mar 5, 2024
1 parent 6712b16 commit 3b86821
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,7 @@ const tasks = new Listr<Context>(
try {
await tasks.run();

logger.log(
ListrLogLevels.COMPLETED,
"Project creation successful, you must run the pipeline manually once.",
);
logger.log(ListrLogLevels.COMPLETED, "Project creation successful.");
logger.log(ListrLogLevels.COMPLETED, "You can find additional code snippets here:");
logger.log(ListrLogLevels.COMPLETED, "https://github.com/soliantconsulting/koa-api-recipes");
} catch (error) {
Expand Down

0 comments on commit 3b86821

Please sign in to comment.