We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4de6d commit 2e5ce62Copy full SHA for 2e5ce62
tools/cli/internal/cli/split/split.go
@@ -51,9 +51,6 @@ func (o *Opts) Run() error {
51
}
52
53
for _, version := range versions {
54
- if version != "private-preview-charts-dashboards" {
55
- continue
56
- }
57
filteredOAS, err := o.filter(specInfo.Spec, version)
58
if err != nil {
59
return err
0 commit comments