From 35081eb85d212a2fadb7e9aeeaa4fc85b80c1074 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 10 Nov 2021 22:53:26 +0100 Subject: [PATCH] style: Update copy in CLI --- server/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/cli.js b/server/cli.js index 374db0c..a4925d0 100644 --- a/server/cli.js +++ b/server/cli.js @@ -171,7 +171,7 @@ program // No changes. if (isEmpty(diff.diff)) { - console.log(`${chalk.bgCyan.bold('[notice]')} There is no config diff, you are up to date.`); + console.log(`${chalk.bgCyan.bold('[notice]')} No differences between DB and sync directory.`); process.exit(0); }