Skip to content

Commit

Permalink
Minor doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeDog authored and Megan Wilhite committed May 10, 2022
1 parent d5bfa7b commit 38341cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/ref/states/requisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1118,9 +1118,9 @@ Check Command is used for determining that a state did or did not run as
expected.

**NOTE**: Under the hood ``check_cmd`` calls ``cmd.retcode`` with
``python_shell=True``. This means the commands referenced by unless will be
parsed by a shell, so beware of side-effects as this shell will be run with the
same privileges as the salt-minion.
``python_shell=True``. This means the command will be parsed by a shell, so
beware of side-effects as this shell will be run with the same privileges as
the salt-minion.

.. code-block:: yaml
Expand Down

0 comments on commit 38341cb

Please sign in to comment.