diff --git a/scripts/create-matrix.js b/scripts/create-matrix.js index 54f27d99..76b63ba7 100644 --- a/scripts/create-matrix.js +++ b/scripts/create-matrix.js @@ -16,7 +16,7 @@ file.list('sites/*.channels.xml', includes).then(files => { const parsed = parser.parseChannels(channelsFile) parsed.groups.forEach(group => { matrix.site.push(parsed.site) - matrix.country.push(group.country) + matrix.country.push(group.country.toLowerCase()) matrix.days.push(days) }) })