Merge pull request #33539 from arthurlogilab/patch-19

[runners/saltutils] docstring typo
This commit is contained in:
Mike Place 2016-05-26 07:05:04 -07:00
commit 32d7423c15

View File

@ -27,7 +27,7 @@ def sync_all(saltenv='base'):
.. code-block:: bash
salt '*' saltutil.sync_all
salt-run saltutil.sync_all
'''
log.debug('Syncing all')
ret = {}