Skip to content

Commit

Permalink
added chalk to seed
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesleo committed Jul 7, 2017
1 parent c77b313 commit a6805aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1.x/hello/hello.seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ const data = [
];

Hello.create(data, () => {
console.log(chalk.cyanBright(`Seed-> Published Hello!`));
console.log(chalk.cyanBright(`Seed-> Published Hello's!`));
});

0 comments on commit a6805aa

Please sign in to comment.