fix(list): fix output of chaos + chaos-version merge
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0ce8b3a5c2
commit
15a417d9bd
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user