From 28917ebdab3f925c8c66117b9a4d68f68585f1f4 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 26 Sep 2024 17:55:09 +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 1f8b61d6f..060b7e331 100644 --- a/bundle/config/loader/process_include.go +++ b/bundle/config/loader/process_include.go @@ -95,7 +95,7 @@ func validateSingleResourceDefined(configRoot dyn.Value, ext, typ string) diag.D for _, r := range resources { lines = append(lines, fmt.Sprintf(" - %s (%s)\n", r.key, r.typ)) } - // Sort the line s to print to make the output deterministic. + // Sort the lines to print to make the output deterministic. sort.Strings(lines) // Compact the lines before writing them to the message to remove any duplicate lines. // This is needed because we do not dedup earlier when gathering the resources