We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782c4fa commit 6423833Copy full SHA for 6423833
1 file changed
cmd/tests/test-features.go
@@ -77,7 +77,7 @@ func getFeatures(flavour string) []lib.Feature {
77
funk.FilterString(
78
featuresGlob,
79
func(value string) bool {
80
- if correctPathRegexp.Match([]byte(filepath.Dir(value))) {
+ if correctPathRegexp.Match([]byte(value)) {
81
if yamlFile, err := os.ReadFile(filepath.Join(value, "feature.yaml")); err != nil {
82
return false
83
} else {
0 commit comments