refactor: drop erroneous return

This commit is contained in:
decentral1se 2021-09-06 01:44:55 +02:00
parent 9d6739a711
commit d1527741ba
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ var recipeVersionCommand = &cli.Command{
catalogue, err := catalogue.ReadRecipeCatalogue()
if err != nil {
logrus.Fatal(err)
return nil
}
rec, ok := catalogue[recipe.Name]