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 0d6d641 commit c77b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1/user/user.seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ const data = [
];

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

0 comments on commit c77b313

Please sign in to comment.