From 1da2821900d6c5cef4207b999a8972ad8509c090 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 Jan 2022 02:13:53 +0300 Subject: [PATCH] Update update-readme.js --- scripts/commands/update-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/update-readme.js b/scripts/commands/update-readme.js index 8fca31d1..826f96c5 100644 --- a/scripts/commands/update-readme.js +++ b/scripts/commands/update-readme.js @@ -110,7 +110,7 @@ async function updateReadme() { } async function getLogRecords() { - const logPath = `${LOGS_DIR}/update-guides.log` + const logPath = `${LOGS_DIR}/guides.log` const records = await parser.parseLogs(logPath) return records.map(item => {