fix: less fussy catalogue generation

This commit is contained in:
3wc
2021-11-24 13:47:16 +02:00
parent d1526fad21
commit 759a00eeb3
2 changed files with 17 additions and 4 deletions

View File

@ -178,7 +178,7 @@ A new catalogue copy can be published to the recipes repository by passing the
features, category, err := catalogue.GetRecipeFeaturesAndCategory(recipeMeta.Name)
if err != nil {
logrus.Fatal(err)
logrus.Warn(err)
}
catl[recipeMeta.Name] = catalogue.RecipeMeta{