mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update create-matrix.js
This commit is contained in:
parent
1a5c707cc5
commit
eab8796f3a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ program
|
||||||
|
|
||||||
const options = program.opts()
|
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 = {
|
const matrix = {
|
||||||
guide: []
|
guide: []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue