We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113b625 commit 148d6c2Copy full SHA for 148d6c2
common/commands/command.go
@@ -50,7 +50,7 @@ func reportUsage(command Command, channel chan<- bool) {
50
if serverDetails != nil {
51
var wg sync.WaitGroup
52
53
- // Repotr the usage to Artifactory's Call Home API.
+ // Report the usage to Artifactory's Call Home API.
54
if serverDetails.ArtifactoryUrl != "" {
55
wg.Add(1)
56
go func() {
0 commit comments