forked from toolshed/abra
fix: less fussy catalogue generation
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user