Skip to content

Commit

Permalink
Update ssh_audit.py
Browse files Browse the repository at this point in the history
Missed a TAB
  • Loading branch information
oam7575 authored Dec 23, 2024
1 parent f15e53e commit 62d41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssh_audit/ssh_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ def process_commandline(out: OutputBuffer, args: List[str]) -> 'AuditConf': # p
os_ver = print_guides[1]
clientserver = print_guides[2]

PrintHardeningGuides(os_type, os_ver, clientserver)
PrintHardeningGuides(os_type, os_ver, clientserver)


# Set simple flags.
Expand Down

0 comments on commit 62d41ea

Please sign in to comment.