From a6805aa62bd323ab6e20b2f5cbc48efb61eb8288 Mon Sep 17 00:00:00 2001 From: Leonardo Rico Date: Fri, 7 Jul 2017 17:46:44 -0500 Subject: [PATCH] added chalk to seed --- src/api/v1.x/hello/hello.seed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v1.x/hello/hello.seed.js b/src/api/v1.x/hello/hello.seed.js index e97ec93..d6698c6 100644 --- a/src/api/v1.x/hello/hello.seed.js +++ b/src/api/v1.x/hello/hello.seed.js @@ -24,5 +24,5 @@ const data = [ ]; Hello.create(data, () => { - console.log(chalk.cyanBright(`Seed-> Published Hello!`)); + console.log(chalk.cyanBright(`Seed-> Published Hello's!`)); });