forked from toolshed/abra
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			abra-app-m
			...
			app-new-fi
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a4d53a1fe5 | |||
| 508a7491b3 | 
| @ -32,14 +32,14 @@ func ValidateRecipe(args []string, cmdName string) recipe.Recipe { | ||||
|  | ||||
| 		localRecipes, err := recipe.GetRecipesLocal() | ||||
| 		if err != nil { | ||||
| 			log.Fatal(err) | ||||
| 		} | ||||
|  | ||||
| 			log.Debugf("can't read local recipes: %s", err) | ||||
| 		} else { | ||||
| 			for _, recipeLocal := range localRecipes { | ||||
| 				if _, ok := knownRecipes[recipeLocal]; !ok { | ||||
| 					knownRecipes[recipeLocal] = true | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
|  | ||||
| 		for recipeName := range knownRecipes { | ||||
| 			recipes = append(recipes, recipeName) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user