This is already handled and does not need to be run again.
This commit is contained in:
decentral1se 2021-11-02 15:47:09 +01:00
parent fc2deda1f6
commit ede5a59562
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

View File

@ -90,12 +90,6 @@ recipes.
}
}
if !internal.Chaos {
if err := recipe.EnsureVersion(app.Type, version); err != nil {
logrus.Fatal(err)
}
}
if internal.Chaos {
logrus.Warnf("chaos mode engaged")
var err error