Skip to content

Commit 67b90d1

Browse files
authored
Merge pull request #19 from netpicker/netpicker-adding-linting
modifying rule_124..py
2 parents 8638fb5 + 67f7d1a commit 67b90d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CIS/Cisco_ios/12_access_rules/rule_124_create_access_list_for_use_with_line_vty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33

44
@medium(
5-
name='rule_124_create_access_list_for_use_with_line_v_ty',
5+
name='rule_124_create_access_list_for_use_with_line_vty',
66
platform=['cisco_ios', 'cisco_xe'],
77
commands=dict(chk_cmd='sh ip access-list <vty_acl_number>')
88
)
99
def rule_124_create_access_list_for_use_with_line_v_ty(commands,ref):
10-
assert 'rule_124_create_access_list_for_use_with_line_v_ty' in commands.chk_cmd, ref
10+
assert 'rule_124_create_access_list_for_use_with_line_vty' in commands.chk_cmd, ref

0 commit comments

Comments
 (0)