Skip to content

Commit 45976a8

Browse files
authored
Update index.js
1 parent fc626a6 commit 45976a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
9696

9797
// generate correct path
9898
config.sslcapath.forEach(function (capath, i, array) {
99-
array[i] = path.resolve(appRootPath, capath)
99+
array[i] = path.resolve(appRootPath, capath)
100100
})
101101

102102
config.sslcertpath = path.join(appRootPath, config.sslcertpath)

0 commit comments

Comments
 (0)