From 46ff96b58dbb9ef7186b39e1f0723d961e1fc23c Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Thu, 12 Mar 2020 20:46:55 -0700 Subject: [PATCH] This is tags now (cc @maraino @dcow) --- command/ssh/hosts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/ssh/hosts.go b/command/ssh/hosts.go index 4e155456..bdf0be0c 100644 --- a/command/ssh/hosts.go +++ b/command/ssh/hosts.go @@ -67,7 +67,7 @@ func hostsAction(ctx *cli.Context) error { // Format in tab-separated columns with a tab stop of 8. w.Init(os.Stdout, 0, 8, 0, '\t', 0) - fmt.Fprintln(w, "HOSTNAME\tID\tGROUPS") + fmt.Fprintln(w, "HOSTNAME\tID\tTAGS") for _, h := range resp.Hosts { groups := "" for i, hg := range h.HostGroups {