fix(list): fix output of chaos + chaos-version merge
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-03-07 13:46:19 +01:00
parent 0ce8b3a5c2
commit 15a417d9bd
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ can take some time.
if status {
chaosStatus := "unknown"
if appStat.ChaosVersion != "unknown" {
chaosStatus = appStat.Chaos + appStat.ChaosVersion
chaosStatus = appStat.ChaosVersion
} else {
chaosStatus = appStat.Chaos
}