Skip to content

Commit e38e680

Browse files
committed
fix missing comma
1 parent 291bb01 commit e38e680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module_utils/juniper_junos_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class ModuleDocFragment(object):
533533
connection_spec_mutually_exclusive = [['mode', 'console'],
534534
['port', 'console'],
535535
['baud', 'console'],
536-
['attempts','console']
536+
['attempts','console'],
537537
['cs_user', 'console'],
538538
['cs_passwd', 'console']]
539539
# Keys are connection options. Values are a list of task_vars to use as the

0 commit comments

Comments
 (0)