From c4c58998879b58bf75cdff590e93f526fa402790 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:16:33 +0100 Subject: [PATCH] Update pkg/util/cmapichecker/cmapichecker.go Co-authored-by: Siggi Skulason Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- pkg/util/cmapichecker/cmapichecker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/cmapichecker/cmapichecker.go b/pkg/util/cmapichecker/cmapichecker.go index 8a9fbd9ce..3662d246a 100644 --- a/pkg/util/cmapichecker/cmapichecker.go +++ b/pkg/util/cmapichecker/cmapichecker.go @@ -103,7 +103,7 @@ func (o *cmapiChecker) Check(ctx context.Context) error { return nil } -// This translateToSimpleError function detects errors based on the error message. +// TranslateToSimpleError detects errors based on the error message. // It tries to map these error messages to a better understandable error message that // explains what is wrong. If it cannot create a simple error, it will return nil. // ErrCertManagerCRDsNotFound: