Skip to content

Commit

Permalink
fix a typo (pinterest#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwowen authored Aug 1, 2024
1 parent 7974b4d commit 9255b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void authorize(
null)) {
throw new ForbiddenException(
String.format(
"Principal %s is now allowed to modify capacity owned by env %s",
"Principal %s is not allowed to modify capacity owned by env %s",
principal.getName(), resource.getName()));
}
}
Expand Down

0 comments on commit 9255b8c

Please sign in to comment.