Skip to content

Commit a48822a

Browse files
committed
Merge branch 'master' into dcow/host-id
2 parents 82e457d + 46ff96b commit a48822a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/ssh/hosts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func hostsAction(ctx *cli.Context) error {
6767
// Format in tab-separated columns with a tab stop of 8.
6868
w.Init(os.Stdout, 0, 8, 0, '\t', 0)
6969

70-
fmt.Fprintln(w, "HOSTNAME\tID\tGROUPS")
70+
fmt.Fprintln(w, "HOSTNAME\tID\tTAGS")
7171
for _, h := range resp.Hosts {
7272
groups := ""
7373
for i, hg := range h.HostGroups {

0 commit comments

Comments
 (0)