Skip to content

Commit

Permalink
Update slice/process.go
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio authored Nov 14, 2024
1 parent 2c974de commit 6ae39ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slice/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func (s *Split) parseYAMLManifest(contents []byte) (yamlFile, error) {
}

if len(s.opts.IncludedGroups) > 0 || len(s.opts.ExcludedGroups) > 0 {

if k8smeta.APIVersion == "" {
return yamlFile{}, &cantFindFieldErr{fieldName: "apiVersion", fileCount: s.fileCount, meta: k8smeta}
}
Expand Down

0 comments on commit 6ae39ff

Please sign in to comment.