Skip to content

Commit

Permalink
Add missing job_name to schedule.job_status example
Browse files Browse the repository at this point in the history
The module `schedule.job_status` requires a job name, but the example
does not mention that.

Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
  • Loading branch information
bdrung authored and Megan Wilhite committed Oct 13, 2021
1 parent 69aaa90 commit fe5e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ def job_status(name):
.. code-block:: bash
salt '*' schedule.job_status
salt '*' schedule.job_status job_name
"""

Expand Down

0 comments on commit fe5e35f

Please sign in to comment.