mirror of
https://github.com/knex/knex.git
synced 2025-07-06 16:41:22 +00:00
Relative directory config for path.resolve in #515
This commit is contained in:
parent
c5e87fae75
commit
b718e2da64
@ -139,7 +139,7 @@ Seeder.prototype._absoluteConfigDir = function() {
|
||||
Seeder.prototype.setConfig = function(config) {
|
||||
return _.extend({
|
||||
extension: 'js',
|
||||
directory: '/seeds'
|
||||
directory: './seeds'
|
||||
}, this.config || {}, config);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user