forked from toolshed/abra
refactor: make IsChaos an actual bool
This commit is contained in:
@ -99,8 +99,8 @@ Passing "-p/--prune" does not remove those volumes.`,
|
||||
log.Fatalf("%s is not deployed?", app.Name)
|
||||
}
|
||||
|
||||
chaosVersion := deployMeta.IsChaos
|
||||
if deployMeta.IsChaos == "true" {
|
||||
chaosVersion := "false"
|
||||
if deployMeta.IsChaos {
|
||||
chaosVersion = deployMeta.ChaosVersion
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user