Skip to content

Commit

Permalink
fix white space tab
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <[email protected]>
  • Loading branch information
struga0258 committed Jul 14, 2022
1 parent 18919c9 commit fc73745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apiml.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc73745

Please sign in to comment.