style: Update copy in CLI

pull/28/head
Boaz Poolman 2021-11-10 22:50:46 +01:00
parent 5a5df08fca
commit 7c5a337037
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ const handleAction = async (type, skipConfirm) => {
if (type === 'export') { if (type === 'export') {
try { try {
await app.plugin('config-sync').service('main').exportAllConfig(); 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) { } catch (e) {
console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`); console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`);
} }