From ffa34039b14d903681490634724f58e0eb3a4938 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Tue, 27 Jul 2021 15:10:22 +0300 Subject: [PATCH] Fix fetch telemetry report (#145) --- cli/cmd/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/fetch.go b/cli/cmd/fetch.go index 9700b73ec..89faa545e 100644 --- a/cli/cmd/fetch.go +++ b/cli/cmd/fetch.go @@ -18,7 +18,7 @@ var fetchCmd = &cobra.Command{ Use: "fetch", Short: "Download recorded traffic to files", RunE: func(cmd *cobra.Command, args []string) error { - go mizu.ReportRun("tap", mizuTapOptions) + go mizu.ReportRun("fetch", mizuTapOptions) if isCompatible, err := mizu.CheckVersionCompatibility(mizuFetchOptions.MizuPort); err != nil { return err } else if !isCompatible {