Relative directory config for path.resolve in #515

This commit is contained in:
Tim Griesser 2014-10-03 11:14:04 -04:00
parent c5e87fae75
commit b718e2da64

View File

@ -139,7 +139,7 @@ Seeder.prototype._absoluteConfigDir = function() {
Seeder.prototype.setConfig = function(config) {
return _.extend({
extension: 'js',
directory: '/seeds'
directory: './seeds'
}, this.config || {}, config);
};