Skip to content

Commit

Permalink
Fix logcli --quiet parameter parsing issue (grafana#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityacs authored Feb 13, 2020
1 parent 24d9956 commit 636ed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/logcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func newQuery(instant bool, cmd *kingpin.CmdClause) *query.Query {
query.Start = mustParse(from, defaultStart)
query.End = mustParse(to, defaultEnd)
}

query.Quiet = *quiet
return nil
})

Expand Down

0 comments on commit 636ed15

Please sign in to comment.