Fix oputil

This commit is contained in:
Bryan Ashby 2020-07-06 19:13:22 -06:00
parent 9d8b43b605
commit c91ae50c6b
No known key found for this signature in database
GPG key ID: B49EB437951D2542
3 changed files with 14 additions and 5 deletions

View file

@ -71,7 +71,7 @@ function getConfigPath() {
function initConfig(cb) {
const configPath = getConfigPath();
config.init(configPath, { keepWsc : true, hotReload : false }, cb);
config.Config.create(configPath, { keepWsc : true, hotReload : false }, cb);
}
function initConfigAndDatabases(cb) {