mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
parent
385acc4ff2
commit
083a2a1f92
1 changed files with 1 additions and 1 deletions
|
@ -403,6 +403,6 @@ module.exports.handler = function(argv) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
return procutil.fork(__filename, ['migrate'])
|
return procutil.fork(path.resolve(__dirname, '..'), ['migrate'])
|
||||||
.done(run)
|
.done(run)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue