summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-03 13:38:20 +0300
committerWolfy-J <[email protected]>2019-05-03 13:38:20 +0300
commite9d42947a6922ce2f0aa9f9bcab4ead167735bc9 (patch)
tree38f84e1b1c26d15f4815f1e4509c0fc9031e6f87 /cmd
parente52c29d081a14f0ec4efb01da11c69215ea40a6a (diff)
better status
Diffstat (limited to 'cmd')
-rw-r--r--cmd/util/table.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/util/table.go b/cmd/util/table.go
index 4fa05ae2..c0e20837 100644
--- a/cmd/util/table.go
+++ b/cmd/util/table.go
@@ -40,8 +40,8 @@ func renderStatus(status string) string {
return Sprintf("<cyan>ready</reset>")
case "working":
return Sprintf("<green>working</reset>")
- case "disabled":
- return Sprintf("<yellow>disabled</reset>")
+ case "invalid":
+ return Sprintf("<yellow>invalid</reset>")
case "stopped":
return Sprintf("<red>stopped</reset>")
case "errored":