From fc73745a9523338e25f3941541df5950900b1e2f Mon Sep 17 00:00:00 2001 From: James Struga Date: Wed, 13 Jul 2022 21:56:34 -0400 Subject: [PATCH] fix white space tab Signed-off-by: James Struga --- lib/apiml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apiml.js b/lib/apiml.js index 5e03b33f..3ea4052f 100644 --- a/lib/apiml.js +++ b/lib/apiml.js @@ -260,7 +260,7 @@ ApimlConnector.prototype = { registerMainServerInstance() { const overrideOptions = Object.assign({},this.tlsOptions); - const zweVerifyCerts = process.env['ZWE_zowe_verifyCertificates']; + const zweVerifyCerts = process.env['ZWE_zowe_verifyCertificates']; if (!zweVerifyCerts || zweVerifyCerts=='DISABLED') { //Keeping these certs causes an openssl error 46, unknown cert error in a dev environment delete overrideOptions.cert;