diff --git a/pkg/acl/acl.go b/pkg/acl/acl.go index fdac3172..48f02d76 100644 --- a/pkg/acl/acl.go +++ b/pkg/acl/acl.go @@ -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), )