From 8f830182f09b35fa89932d28ba1d11d95292b738 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 22:59:38 +0300 Subject: [PATCH] Update create-matrix.js --- scripts/create-matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-matrix.js b/scripts/create-matrix.js index 04d1f07d..31f693ec 100644 --- a/scripts/create-matrix.js +++ b/scripts/create-matrix.js @@ -1,6 +1,6 @@ const file = require('./file.js') -file.list(['ad'], ['us-local']).then(files => { +file.list('channels/**/*.xml', ['ad'], ['us-local']).then(files => { const country = files.map(file => file.replace(/channels\/|\.xml/gi, '')) const days = country.map(() => 2) const matrix = { country, days }