fix: Remove typo in policy.rego

This commit is contained in:
Kyle Carberry
2022-08-11 23:33:50 -05:00
parent d7b96f7d58
commit ca342067b3

View File

@ -111,7 +111,7 @@ org_mem := true {
input.object.org_owner in org_members
}
# If the oject has no organization, then the user is also considered part of
# If the object has no organization, then the user is also considered part of
# the non-existent org.
org_mem := true {
input.object.org_owner == ""