style: Update copy in CLI

pull/28/head
Boaz Poolman 2021-11-10 22:53:26 +01:00
parent 7c5a337037
commit 35081eb85d
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ program
// No changes. // No changes.
if (isEmpty(diff.diff)) { 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); process.exit(0);
} }