Merge branch 'master' into recurrent_events

This commit is contained in:
lesion
2019-07-17 11:05:13 +02:00
13 changed files with 240 additions and 14 deletions

View File

@@ -188,7 +188,7 @@ require('yargs')
.option('config', {
alias: 'c',
describe: 'Configuration file',
default: './gancio_config.json',
default: '/gancio/config.json',
})
.coerce('config', config_path => {
const absolute_config_path = path.resolve(cwd, config_path)