mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-22 10:31:41 +01:00
Fixed minor whitespace issue.
This commit is contained in:
parent
0f21f2131c
commit
14e0ed0e00
@ -3276,7 +3276,7 @@ def audit(aconf, sshv=None):
|
|||||||
if aconf.json:
|
if aconf.json:
|
||||||
print(json.dumps(build_struct(banner, kex=kex)))
|
print(json.dumps(build_struct(banner, kex=kex)))
|
||||||
else:
|
else:
|
||||||
output(banner, header, client_audit=aconf.client_audit, kex=kex)
|
output(banner, header, client_audit=aconf.client_audit, kex=kex)
|
||||||
|
|
||||||
|
|
||||||
utils = Utils()
|
utils = Utils()
|
||||||
|
Loading…
Reference in New Issue
Block a user