Skip to content

Commit ca34206

Browse files
committed
fix: Remove typo in policy.rego
1 parent d7b96f7 commit ca34206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/rbac/policy.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ org_mem := true {
111111
input.object.org_owner in org_members
112112
}
113113

114-
# If the oject has no organization, then the user is also considered part of
114+
# If the object has no organization, then the user is also considered part of
115115
# the non-existent org.
116116
org_mem := true {
117117
input.object.org_owner == ""

0 commit comments

Comments
 (0)