From 8e11e8c3facaeb1fdb1c590a3ebd57d24c228df9 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Tue, 22 Sep 2015 17:24:55 -0700 Subject: [PATCH] command/node-status: removing extra formating input --- command/node_status.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/node_status.go b/command/node_status.go index 2a20c7a05..cf58de8d4 100644 --- a/command/node_status.go +++ b/command/node_status.go @@ -130,7 +130,6 @@ func (c *NodeStatusCommand) Run(args []string) int { alloc.ID, alloc.EvalID, alloc.JobID, - alloc.NodeID, alloc.TaskGroup, alloc.DesiredStatus, alloc.ClientStatus)