Skip to content

Commit

Permalink
fix(cmd): remove useless append
Browse files Browse the repository at this point in the history
Resolves: #1143 (comment)
  • Loading branch information
Ivan Mirić committed Oct 15, 2019
1 parent 855843e commit a7705e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/options.go
Expand Up @@ -152,7 +152,7 @@ func getOptions(flags *pflag.FlagSet) (lib.Options, error) {
return opts, summaryErr
}

opts.SummaryTrendStats = append(opts.SummaryTrendStats, trendStatStrings...)
opts.SummaryTrendStats = trendStatStrings

summaryTimeUnit, err := flags.GetString("summary-time-unit")
if err != nil {
Expand Down

0 comments on commit a7705e2

Please sign in to comment.