diff --git a/server/cli.js b/server/cli.js index 78376ab..b21a210 100644 --- a/server/cli.js +++ b/server/cli.js @@ -142,7 +142,7 @@ const handleAction = async (syncType, skipConfirm, configType, partials) => { await app.plugin('config-sync').service('main').exportSingleConfig(name, onSuccess); })); } catch (e) { - console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the import. ${e}`); + console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`); } } }