skip invalid manifest files

This commit is contained in:
Michael Yang
2024-08-14 16:36:07 -07:00
parent b3f75fc812
commit 237dccba1e
2 changed files with 6 additions and 31 deletions

View File

@@ -150,7 +150,7 @@ func Manifests() (map[model.Name]*Manifest, error) {
n := model.ParseNameFromFilepath(rel)
if !n.IsValid() {
slog.Warn("bad manifest name", "path", rel, "error", err)
slog.Warn("bad manifest name", "path", rel)
continue
}