From 7c5a337037f997e476c9bc08f1c99190d06e9f23 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 10 Nov 2021 22:50:46 +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 ce7e91d..374db0c 100644 --- a/server/cli.js +++ b/server/cli.js @@ -111,7 +111,7 @@ const handleAction = async (type, skipConfirm) => { if (type === 'export') { try { await app.plugin('config-sync').service('main').exportAllConfig(); - console.log(`${chalk.bgGreen.bold('[success]')} Exported config`); + console.log(`${chalk.bgGreen.bold('[success]')} Config was exported`); } catch (e) { console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`); }