Skip to content

Commit 8ea863f

Browse files
committed
missing comma
1 parent ec7f6ea commit 8ea863f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rego/nifi_root_policies.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package nifi_root_policies
1313

1414
root_policies := {
1515
"/processors": {
16-
}
16+
},
1717

1818
"/process-groups": {
1919
"Projekt1":{

0 commit comments

Comments
 (0)