Skip to content

Commit b4ed8c5

Browse files
author
rincewind
committed
fix variable name
1 parent 57b7659 commit b4ed8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_vmware_nsxt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def main():
406406
fix_tls_cert_store()
407407

408408
args = parse_args()
409-
if args.verify == False:
409+
if args.insecure == False:
410410
import urllib3
411411
urllib3.disable_warnings()
412412

0 commit comments

Comments
 (0)