Update ssh_audit.py

Missed a TAB
This commit is contained in:
oam7575 2024-12-23 18:06:08 +11:00 committed by GitHub
parent f15e53ef17
commit 62d41ea35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -851,7 +851,7 @@ def process_commandline(out: OutputBuffer, args: List[str]) -> 'AuditConf': # p
os_ver = print_guides[1] os_ver = print_guides[1]
clientserver = print_guides[2] clientserver = print_guides[2]
PrintHardeningGuides(os_type, os_ver, clientserver) PrintHardeningGuides(os_type, os_ver, clientserver)
# Set simple flags. # Set simple flags.