forked from toolshed/abra
		
	fix: fix chaos mode for deployment
This commit is contained in:
		| @ -24,9 +24,11 @@ import ( | ||||
| func DeployAction(c *cli.Context) error { | ||||
| 	app := ValidateApp(c) | ||||
|  | ||||
| 	if !Chaos { | ||||
| 		if err := recipe.EnsureUpToDate(app.Type); err != nil { | ||||
| 			logrus.Fatal(err) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	r, err := recipe.Get(app.Type) | ||||
| 	if err != nil { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user