From 835370c6695843a54e59c329a53f674570cd7086 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 20:50:09 +0300 Subject: [PATCH] Update create-matrix.js --- scripts/create-matrix.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/create-matrix.js b/scripts/create-matrix.js index 284fb9a4..0fe15c6e 100644 --- a/scripts/create-matrix.js +++ b/scripts/create-matrix.js @@ -1,7 +1,6 @@ -const glob = require('glob') const file = require('./file.js') -file.list(['ad'], []).then(files => { +file.list([], ['us-local']).then(files => { const country = files.map(file => file.replace(/channels\/|\.xml/gi, '')) const days = country.map(() => 2) const matrix = { country, days }