Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2022-01-31 02:13:53 +03:00
parent ade620342d
commit 1da2821900
1 changed files with 1 additions and 1 deletions

View File

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