Fix ios_command fix

This is not valid YAML commands. So fix it.
pull/18777/head
moyashiki 9 years ago committed by Matt Clay
parent 0bd95d0f2d
commit 96ce498b77

@ -79,9 +79,9 @@ EXAMPLES = """
- "result[0] contains IOS"
- ios_command:
commands:
- show version
- show interfaces
commands:
- show version
- show interfaces
"""

Loading…
Cancel
Save