Update create-matrix.js

This commit is contained in:
Aleksandr Statciuk 2021-10-15 20:05:24 +03:00
parent 1a5c707cc5
commit eab8796f3a

View file

@ -10,7 +10,7 @@ program
const options = program.opts()
file.list('sites/**/*.channels.xml', options.include, options.exclude).then(files => {
file.list('sites/*/*.channels.xml', options.include, options.exclude).then(files => {
const matrix = {
guide: []
}