From fd01824ee1bfb56c76aa33826de5b4e991a261f2 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 26 Sep 2024 15:39:41 +0200 Subject: [PATCH] - --- bundle/config/loader/process_include.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/loader/process_include.go b/bundle/config/loader/process_include.go index 47dabbde7a..15fb5e4c80 100644 --- a/bundle/config/loader/process_include.go +++ b/bundle/config/loader/process_include.go @@ -93,7 +93,7 @@ func validateSingleResourceDefined(r *config.Root, ext, typ string) diag.Diagnos seenKeys[rr.key] = struct{}{} } - // Format matches. There's less than or equal to one resource defined in the file. + // Format matches. There's at most one resource defined in the file. // The resource is also of the correct type. if typeMatch && len(seenKeys) <= 1 { return nil