From aa793354881d3f30011de5dc520db981386e3c8f Mon Sep 17 00:00:00 2001 From: Peter Dannemann Date: Tue, 12 Dec 2023 13:42:40 -0500 Subject: [PATCH] fix grammar --- pkg/acl/acl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), )