diff --git a/cmd/collect/main.go b/cmd/collect/main.go index b38d2f8..510cac2 100644 --- a/cmd/collect/main.go +++ b/cmd/collect/main.go @@ -159,7 +159,7 @@ func runCollector(cCtx *cli.Context) error { collector.Start(&opts) - // Wwait for termination signal + // Wait for termination signal exit := make(chan os.Signal, 1) signal.Notify(exit, os.Interrupt, syscall.SIGTERM) <-exit