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 25, 2024
1 parent e4a0fc1 commit 7189bb7
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 @@ -61,7 +61,7 @@ func reportUsage(command Command, channel chan<- bool) {
log.Debug("Usage reporting. Failed creating the Artifactory Service Manager.", err.Error())
return
}
ArtifactoryVersion, err := serviceManager.GetVersion()
artifactoryVersion, err := serviceManager.GetVersion()

Check failure on line 64 in common/commands/command.go

View workflow job for this annotation

GitHub Actions / Go-Sec

declared and not used: artifactoryVersion

Check failure on line 64 in common/commands/command.go

View workflow job for this annotation

GitHub Actions / Go-Sec

declared and not used: artifactoryVersion

Check failure on line 64 in common/commands/command.go

View workflow job for this annotation

GitHub Actions / Static-Check

declared and not used: artifactoryVersion

Check failure on line 64 in common/commands/command.go

View workflow job for this annotation

GitHub Actions / Static-Check

declared and not used: artifactoryVersion

Check failure on line 64 in common/commands/command.go

View workflow job for this annotation

GitHub Actions / Static-Check

declared and not used: artifactoryVersion
if err != nil {
log.Debug("Usage reporting. Failed getting the Artifactory", err.Error())
return
Expand Down

0 comments on commit 7189bb7

Please sign in to comment.