mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
@@ -403,6 +403,6 @@ module.exports.handler = function(argv) {
|
||||
})
|
||||
}
|
||||
|
||||
return procutil.fork(__filename, ['migrate'])
|
||||
return procutil.fork(path.resolve(__dirname, '..'), ['migrate'])
|
||||
.done(run)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user