Skip to content

Commit bc5b09f

Browse files
authored
Merge pull request kubernetes#2927 from spiffxp/fix-kepctl-loading
pkg/repo: only parse kep.yaml files as KEPs
2 parents 13ee3df + 53f8ed6 commit bc5b09f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/repo/repo.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ func (r *Repo) findLocalKEPMeta(sig string) ([]string, error) {
242242
return nil
243243
}
244244

245-
logrus.Debugf("adding %s as KEP metadata", info.Name())
246-
keps = append(keps, path)
247245
return nil
248246
},
249247
)

0 commit comments

Comments
 (0)