Skip to content

Commit

Permalink
CR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Dec 22, 2024
1 parent 3ae97c3 commit 0d8d49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require (
gopkg.in/warnings.v0 v0.1.2 // indirect
)

replace github.com/jfrog/jfrog-client-go => github.com/eyalbe4/jfrog-client-go v1.28.1-0.20241222151331-7cc07c031216
replace github.com/jfrog/jfrog-client-go => github.com/eyalbe4/jfrog-client-go visibility-system-imp

// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go v1.8.9-0.20241121100855-e7a75ceee2bd

Expand Down
2 changes: 1 addition & 1 deletion utils/usage/visibility_system_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ func (vsm *VisibilitySystemManager) SendUsage(commandName string) error {
if err != nil {
return err
}
return manager.PostMetric(vsm.createMetric(commandName))
return manager.PostVisibilityMetric(vsm.createMetric(commandName))

Check failure on line 45 in utils/usage/visibility_system_manager.go

View workflow job for this annotation

GitHub Actions / Static-Check

manager.PostVisibilityMetric undefined (type jfconnect.Manager has no field or method PostVisibilityMetric)) (typecheck)

Check failure on line 45 in utils/usage/visibility_system_manager.go

View workflow job for this annotation

GitHub Actions / Static-Check

manager.PostVisibilityMetric undefined (type jfconnect.Manager has no field or method PostVisibilityMetric)) (typecheck)

Check failure on line 45 in utils/usage/visibility_system_manager.go

View workflow job for this annotation

GitHub Actions / Static-Check

manager.PostVisibilityMetric undefined (type jfconnect.Manager has no field or method PostVisibilityMetric) (typecheck)
}

0 comments on commit 0d8d49e

Please sign in to comment.