Merge pull request #34538 from SaltyCharles/develop

documentation typo
This commit is contained in:
Nicole Thomas 2016-07-07 20:07:50 -04:00 committed by GitHub
commit c6537a4ec6

View File

@ -142,7 +142,7 @@ def action(func=None,
.. code-block:: bash
salt-run cloud.actions start my-salt-vm
salt-run cloud.action start my-salt-vm
'''
client = _get_client()
info = client.action(func, cloudmap, instances, provider, instance, kwargs)