From 45976a8916ff2da60bdfb98841f7394fd2659ae7 Mon Sep 17 00:00:00 2001 From: "Christoph (Sheogorath) Kern" Date: Fri, 22 Dec 2017 12:25:13 +0100 Subject: [PATCH] Update index.js --- lib/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/index.js b/lib/config/index.js index eb59db0..cf6f2ad 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)