Skip to content

Commit 0d8d49e

Browse files
committed
CR comment
1 parent 3ae97c3 commit 0d8d49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
gopkg.in/warnings.v0 v0.1.2 // indirect
9797
)
9898

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

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

utils/usage/visibility_system_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ func (vsm *VisibilitySystemManager) SendUsage(commandName string) error {
4242
if err != nil {
4343
return err
4444
}
45-
return manager.PostMetric(vsm.createMetric(commandName))
45+
return manager.PostVisibilityMetric(vsm.createMetric(commandName))
4646
}

0 commit comments

Comments
 (0)