Skip to content

Commit

Permalink
Update common/commands/command.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sverdlov <[email protected]>
  • Loading branch information
eyalbe4 and sverdlov93 authored Dec 21, 2024
1 parent 113b625 commit 148d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/commands/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 148d6c2

Please sign in to comment.