diff options
author | Christoph (Sheogorath) Kern | 2017-12-22 12:25:13 +0100 |
---|---|---|
committer | GitHub | 2017-12-22 12:25:13 +0100 |
commit | 45976a8916ff2da60bdfb98841f7394fd2659ae7 (patch) | |
tree | c497d0a70db22970f8a12df188074a7c784ab4c3 /lib | |
parent | fc626a672410d8990eefb748f59d3a5ab5027c2d (diff) |
Update index.js
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) |