From 148d6c218aaed5cdea1437430f6e2229a860859b Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Sat, 21 Dec 2024 13:05:45 +0200 Subject: [PATCH] Update common/commands/command.go Co-authored-by: Michael Sverdlov --- common/commands/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/commands/command.go b/common/commands/command.go index a95cc4632..6d50ca844 100644 --- a/common/commands/command.go +++ b/common/commands/command.go @@ -50,7 +50,7 @@ func reportUsage(command Command, channel chan<- bool) { if serverDetails != nil { var wg sync.WaitGroup - // Repotr the usage to Artifactory's Call Home API. + // Report the usage to Artifactory's Call Home API. if serverDetails.ArtifactoryUrl != "" { wg.Add(1) go func() {