Skip to content

Commit

Permalink
Fix comments on errors.go
Browse files Browse the repository at this point in the history
Signed-off-by: David-Jaeyoon-Lee <[email protected]>
  • Loading branch information
David-Jaeyoon-Lee committed Nov 6, 2024
1 parent 8339ab4 commit 5d509d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/gator/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5d509d0

Please sign in to comment.