diff options
Diffstat (limited to '')
-rw-r--r-- | lib/config/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/index.js b/lib/config/index.js index eb59db03..cf6f2ada 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport // generate correct path config.sslcapath.forEach(function (capath, i, array) { - array[i] = path.resolve(appRootPath, capath) + array[i] = path.resolve(appRootPath, capath) }) config.sslcertpath = path.join(appRootPath, config.sslcertpath) |