mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-11 17:40:03 -04:00
Update update.js
This commit is contained in:
parent
62ec9c9a62
commit
06f29decc1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const { file, markdown, parser, logger, api } = require('../../core')
|
|||
const { create: createTable } = require('../../core/table')
|
||||
const { program } = require('commander')
|
||||
|
||||
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/generators'
|
||||
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/tmp/logs/generators'
|
||||
|
||||
const options = program
|
||||
.option('-c, --config <config>', 'Set path to config file', '.readme/config.json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue