From 06f29decc1257dd50bfd7aac9e5f43403979746e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 30 Apr 2023 05:24:52 +0300 Subject: [PATCH] Update update.js --- scripts/commands/readme/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js index 3d2b969a08..0d0c05b56a 100644 --- a/scripts/commands/readme/update.js +++ b/scripts/commands/readme/update.js @@ -2,7 +2,7 @@ const { file, markdown, parser, logger, api } = require('../../core') const { create: createTable } = require('../../core/table') const { program } = require('commander') -const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/generators' +const LOGS_DIR = process.env.LOGS_DIR || 'scripts/tmp/logs/generators' const options = program .option('-c, --config ', 'Set path to config file', '.readme/config.json')