From 5d509d073f3c6bd6a9a25fbab0b47eee1692167f Mon Sep 17 00:00:00 2001 From: David-Jaeyoon-Lee Date: Wed, 6 Nov 2024 04:38:54 +0000 Subject: [PATCH] Fix comments on errors.go Signed-off-by: David-Jaeyoon-Lee --- pkg/gator/errors.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/gator/errors.go b/pkg/gator/errors.go index a5e504ddeb9..bef2dbf9d01 100644 --- a/pkg/gator/errors.go +++ b/pkg/gator/errors.go @@ -15,10 +15,9 @@ var ( // ErrNotASyncSet indicates the user-indicated file does not contain a // SyncSet. ErrNotASyncSet = errors.New("not a SyncSet") - // ErrNotASyncSet indicates the user-indicated file does not contain a - // SyncSet. + // ErrNotAGVKManifest indicates the user-indicated file does not contain a + // GVK Manifest. ErrNotAGVKManifest = errors.New("not a GVKManifest") - // ErrNotAnExpansion indicates the user-indicated file does not contain a // ErrNotAnExpansion indicates the user-indicated file does not contain an // ExpansionTemplate. ErrNotAnExpansion = errors.New("not an Expansion Template")