Skip to content

Commit

Permalink
fix example rules file that uses "every"
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Hitchon committed Jun 13, 2018
1 parent 0a5c294 commit 1a2f90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-files/rules/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rules:
assertions:
- every:
key: "keys(@)"
assertions:
expressions:
- key: "@"
op: in
value: widgets,gadgets,other_stuff
Expand Down Expand Up @@ -80,7 +80,7 @@ rules:
assertions:
- every:
key: locations
assertions:
expressions:
- key: city
op: present

0 comments on commit 1a2f90a

Please sign in to comment.