Skip to content

Commit 5e0f193

Browse files
sankethkattawzrdtales
authored andcommitted
Fix config file setting.
1 parent 6d9fcbe commit 5e0f193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function dbmigrate(isModule, options, callback) {
4444
if (typeof(options) === 'object') {
4545

4646
if (typeof(options.config) === 'string')
47-
internals.configFile = options.string;
47+
internals.configFile = options.config;
4848
else if (typeof(options.config) === 'object')
4949
internals.configObject = options.config;
5050

0 commit comments

Comments
 (0)