Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GazdaN committed Apr 15, 2024
1 parent f6e79c3 commit 9180c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approval/role-based-approval.rego
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ approve {

approvals := input.reviews.current.approvals

# Let's define what it means to be approved by a director, DevOps amd Security.
# Let's define what it means to be approved by a director, DevOps and Security.
director_approval {
"Director" in approvals[_].session.teams
}
Expand Down

0 comments on commit 9180c79

Please sign in to comment.