style: Update copy in CLI
parent
7c5a337037
commit
35081eb85d
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue