Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Dec 12, 2023
1 parent aadd135 commit aa79335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acl/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (a *ACLAdmin) Create(ctx context.Context) error {
}

log.Infof(
"It looks like these ACLs doesn't already exists. Will create them with this config:\n%s",
"It looks like these ACLs don't already exist. Will create them with this config:\n%s",
formatNewACLsConfig(newACLs),
)

Expand Down

0 comments on commit aa79335

Please sign in to comment.