Skip to content

Commit cddf3ea

Browse files
author
Sanjay Kumar
committed
Update EXAMPLES.md with some further changes
1 parent 21c645e commit cddf3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This rule checks the status of BGP neighbors and reports if any neighbor is down
9090
@medium(
9191
name='rule_bgp_neighbors_up',
9292
platform=['cisco_ios'],
93-
commands=dict('show_bgp_summary'='show ip bgp summary'),
93+
commands=dict(show_bgp_summary='show ip bgp summary'),
9494
)
9595
def rule_bgp_neighbors_up(commands):
9696
bgp_output = commands.show_bgp_summary

0 commit comments

Comments
 (0)