Skip to content

Commit ccedf0f

Browse files
authored
Update rule_224_set_ip_address_for_logging_host.py (#62)
1 parent 839297d commit ccedf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CIS/Cisco_ios/22_logging_rules/rule_224_set_ip_address_for_logging_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
commands=dict(chk_cmd='sh log | incl logging host')
88
)
99
def rule_224_set_ip_address_for_logging_host(commands, ref):
10-
assert ' logging host' in commands.chk_cmd, ref
10+
assert 'logging host' in commands.chk_cmd, ref

0 commit comments

Comments
 (0)