Skip to content

Commit

Permalink
fix(cmd/query): missing --buckets flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Oct 29, 2024
1 parent 63844fb commit 316884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/humanlog/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func queryApiSummarizeCmd(
localhost := cli.BoolFlag{Name: "localhost"}
return cli.Command{
Name: "summarize",
Flags: []cli.Flag{localhost, fromFlag, toFlag},
Flags: []cli.Flag{localhost, fromFlag, toFlag, bucket},
Action: func(cctx *cli.Context) error {
ctx := getCtx(cctx)
state := getState(cctx)
Expand Down

0 comments on commit 316884a

Please sign in to comment.