fix: dont parse chaos version

See toolshed/abra#547
This commit is contained in:
2025-04-24 10:56:24 +02:00
committed by decentral1se
parent 1432f480c7
commit 6fb41e5300
2 changed files with 16 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Use "--status/-S" flag to query all servers for the live deployment status.`,
appStats.AutoUpdate = autoUpdate
var newUpdates []string
if version != "unknown" {
if version != "unknown" && chaosVersion == "unknown" {
if err := app.Recipe.EnsureExists(); err != nil {
log.Fatalf("unable to clone %s: %s", app.Name, err)
}