From e7a605e4fe92e6b4ce88f6708f3ff9076c2ddf9d Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Mon, 19 Dec 2016 15:27:15 -0600 Subject: [PATCH] Update Bagent json tags --- cmd/pilosactl/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pilosactl/main.go b/cmd/pilosactl/main.go index 5ea23aab6..a48dd2f86 100644 --- a/cmd/pilosactl/main.go +++ b/cmd/pilosactl/main.go @@ -1158,7 +1158,7 @@ type BagentCommand struct { AgentNum int `json:"agent-num"` // Enable pretty printing of results, for human consumption. - HumanReadable bool + HumanReadable bool `json:"human-readable"` // Slice of pilosa hosts to run the Benchmarks against. Hosts []string `json:"hosts"`