summaryrefslogtreecommitdiff
path: root/lib/config/index.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2017-12-22 12:25:13 +0100
committerGitHub2017-12-22 12:25:13 +0100
commit45976a8916ff2da60bdfb98841f7394fd2659ae7 (patch)
treec497d0a70db22970f8a12df188074a7c784ab4c3 /lib/config/index.js
parentfc626a672410d8990eefb748f59d3a5ab5027c2d (diff)
Update index.js
Diffstat (limited to 'lib/config/index.js')
-rw-r--r--lib/config/index.js2
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)