forked from toolshed/abra
fix: no gitops on recipe for "app new"
Closes coop-cloud/organising#408
This commit is contained in:
@ -33,7 +33,7 @@ func DeployAction(c *cli.Context) error {
|
||||
}
|
||||
|
||||
if !Chaos {
|
||||
if err := recipe.EnsureUpToDate(app.Recipe); err != nil {
|
||||
if err := recipe.EnsureUpToDate(app.Recipe, conf); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user