Skip to content

Commit a6805aa

Browse files
committed
added chalk to seed
1 parent c77b313 commit a6805aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/v1.x/hello/hello.seed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ const data = [
2424
];
2525

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

0 commit comments

Comments
 (0)