Skip to content

Commit ca7e8a5

Browse files
committed
Fix readme
1 parent 6e15df8 commit ca7e8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/rbac/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can test outside of golang by using the `opa` cli.
106106

107107
**Evaluation**
108108

109-
opa eval --format=pretty 'false' -d policy.rego -i input.json
109+
opa eval --format=pretty "data.authz.allow" -d policy.rego -i input.json
110110

111111
**Partial Evaluation**
112112

0 commit comments

Comments
 (0)