From 32fda36b0078ecab6fddb6e5d65bb2796c166d12 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 22:59:35 +0300 Subject: [PATCH] Update update-readme.js --- scripts/update-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-readme.js b/scripts/update-readme.js index bcec98eb..2d7b88f8 100644 --- a/scripts/update-readme.js +++ b/scripts/update-readme.js @@ -7,7 +7,7 @@ const file = require('./file.js') async function main() { console.log('Starting...') file - .list([], ['us-local']) + .list('channels/**/*.xml', [], ['us-local']) .then(files => { files = files.map(str => str.match(/channels\/(.*).xml/i)[1]) generateTable(files)