forked from toolshed/abra
		
	fix(list): fix output of chaos + chaos-version merge
This commit is contained in:
		@ -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
 | 
			
		||||
					}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user