diff --git a/server/cli.js b/server/cli.js index e7755a7..3672778 100644 --- a/server/cli.js +++ b/server/cli.js @@ -71,7 +71,7 @@ const handleAction = async (type, skipConfirm) => { // No changes. if (isEmpty(diff.diff)) { - console.log(`${chalk.cyan('[notice]')} There are no changes to ${type}`); + console.log(`${chalk.cyan('[notice]')} There are no changes to ${type}.`); process.exit(0); }