Skip to content

Commit 148d6c2

Browse files
eyalbe4sverdlov93
andauthored
Update common/commands/command.go
Co-authored-by: Michael Sverdlov <sverdlov93@gmail.com>
1 parent 113b625 commit 148d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/commands/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func reportUsage(command Command, channel chan<- bool) {
5050
if serverDetails != nil {
5151
var wg sync.WaitGroup
5252

53-
// Repotr the usage to Artifactory's Call Home API.
53+
// Report the usage to Artifactory's Call Home API.
5454
if serverDetails.ArtifactoryUrl != "" {
5555
wg.Add(1)
5656
go func() {

0 commit comments

Comments
 (0)