Fix typo in get_routes example for debian_ip

This commit is contained in:
Ian Babrou 2015-07-22 10:14:56 -07:00 committed by rallytime
parent 00f4689fe3
commit 4e1fcfa15e

View file

@ -1735,7 +1735,7 @@ def get_routes(iface):
.. code-block:: bash
salt '*' ip.get_interface eth0
salt '*' ip.get_routes eth0
'''
filename = os.path.join(_DEB_NETWORK_UP_DIR, 'route-{0}'.format(iface))