We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73101c4 commit a18afbfCopy full SHA for a18afbf
cmd/tk/status.go
@@ -34,7 +34,7 @@ func statusCmd() *cli.Command {
34
fmt.Println("Cluster:", context.Context.Cluster)
35
fmt.Println("Environment:")
36
for k, v := range structs.Map(status.Env.Spec) {
37
- fmt.Printf(" %s: %s\n", k, v)
+ fmt.Printf(" %s: %v\n", k, v)
38
}
39
40
fmt.Println("Resources:")
0 commit comments