mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
cc5011b940
commit
03663c4989
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const setupController = {
|
|||
}
|
||||
|
||||
if (dbConf.storage) {
|
||||
dbConf.storage = path.resolve(process.env.cwd, dbConf.storage)
|
||||
dbConf.storage = path.resolve(process.env.cwd || '', dbConf.storage)
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue