From aef3eed09e5d6535e6a32f9e23dafb824cb8811e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 9 Jan 2023 11:07:34 +0300 Subject: [PATCH] Update update.js --- scripts/commands/readme/update.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js index 3b049bc5..59388b60 100644 --- a/scripts/commands/readme/update.js +++ b/scripts/commands/readme/update.js @@ -61,7 +61,12 @@ async function createTable(log) { }) data = Object.values(_.groupBy(data, item => item[0])) - const output = table.create(data, ['Site', 'Channels', 'EPG', 'Status']) + const output = table.create(data, [ + 'Site', + 'Channels', + 'EPG', + 'Status                                                   ' + ]) await file.create('./.readme/_sites.md', output) }