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 => {