Skip to content

Commit

Permalink
Fix highly confusing english
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored May 28, 2024
1 parent f7aaa30 commit a0ee0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function isClientAttls(zoweConfig) {
let clientLocalAttls zoweConfig.components['app-server'].zowe?.network?.client?.tls?.attls;
let clientAttls = clientGlobalAttls || clientLocalAttls;
if ((clientGlobalAttls !== false) && (clientLocalAttls !== false) && (!clientAttls)) {
// If client attls not explicitly false OR truthy, use have client follow server attls variable. it simplifies common case in which users want both.
// If client attls not explicitly false OR truthy, have client follow server attls variable. it simplifies common case in which users want both.
return zoweConfig.zowe.network?.server?.tls?.attls || zoweConfig.components['app-server'].zowe?.network?.server?.tls?.attls;
} else {
return clientAttls;
Expand Down

0 comments on commit a0ee0bd

Please sign in to comment.