From cca36dce3d361042de353473bc8b652f8196079e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 21:00:36 +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 0fe15c6e..04d1f07d 100644 --- a/scripts/create-matrix.js +++ b/scripts/create-matrix.js @@ -1,6 +1,6 @@ const file = require('./file.js') -file.list([], ['us-local']).then(files => { +file.list(['ad'], ['us-local']).then(files => { const country = files.map(file => file.replace(/channels\/|\.xml/gi, '')) const days = country.map(() => 2) const matrix = { country, days }