forked from toolshed/abra
		
	refactor: drop erroneous return
This commit is contained in:
		| @ -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] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user