Skip to content

Commit 57d112c

Browse files
netpickerimi
authored and
imi
committed
Update rule_224_set_ip_address_for_logging_host.py (#62)
1 parent fc73aac commit 57d112c

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)