From d37ee0233084c5a05aced6d6035531c604a8b3ec Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Wed, 28 Feb 2024 17:44:35 +0000 Subject: [PATCH] Trigger e2e gh action run --- pkg/apiserver/apiserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apiserver/apiserver.go b/pkg/apiserver/apiserver.go index 3af6bc84..f98c603c 100644 --- a/pkg/apiserver/apiserver.go +++ b/pkg/apiserver/apiserver.go @@ -272,7 +272,7 @@ func (c completedConfig) New() (*PorchServer, error) { cache: cache, } - // Install the groups. + // Install the groups if err := s.GenericAPIServer.InstallAPIGroups(&porchGroup); err != nil { return nil, err }