From 71643ab1dfd2d980e57ab07ef9d054a79b2d1942 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 24 Feb 2025 18:09:21 +0100 Subject: [PATCH] - --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 70ba7d4d1..c573e1e58 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( func main() { ctx := context.Background() - // Uploading telemetry data spawns a new process. We handle this separately + // A new process is spawned for uploading telemetry data. We handle this separately // from the rest of the CLI commands. // This is done because [root.Execute] spawns a new process to run the // "telemetry upload" command if there are logs to be uploaded. Having this outside