Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-schumacher committed Aug 10, 2020
1 parent b36417c commit ae6150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (m metricsCmd) run() CommandRunnerFunc {
return func(cmd *cobra.Command, args []string) error {
if !m.FileWriteReadExister.Exists(metric.MetricsPath()) {
options := []string{"yes", "no"}
choose, err := m.InputList.List("You want to to send anonymous data about the product, feature use, statistics and crash reports?", options)
choose, err := m.InputList.List("You want to send anonymous data about the product, feature use, statistics and crash reports?", options)
if err != nil {
return err
}
Expand Down

0 comments on commit ae6150c

Please sign in to comment.