Skip to content

Commit

Permalink
Update example for ObjectState
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Oct 3, 2018
1 parent b1cc609 commit 502eac1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Examples:
# identical to the example below
state:
ez_lock: locked
review: not_reviewed
approval: rejected

.. code-block:: yaml

state:
ez_lock:
eq: locked
review:
eq: not_reviewed
approval:
eq: rejected

0 comments on commit 502eac1

Please sign in to comment.