From 80bb1a603de3393eb2ba40a55a63daee366b58ca Mon Sep 17 00:00:00 2001 From: Omer Zidkoni <50792403+omerzi@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:04:09 +0200 Subject: [PATCH] Visibility - update commands count metric to correspond with client improvements --- common/commands/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/commands/command.go b/common/commands/command.go index aa34f88e0..8ac07c2cb 100644 --- a/common/commands/command.go +++ b/common/commands/command.go @@ -1,7 +1,6 @@ package commands import ( - "github.com/jfrog/jfrog-cli-core/v2/utils/usage/visibility" "sync" "github.com/jfrog/gofrog/version" @@ -9,6 +8,7 @@ import ( "github.com/jfrog/jfrog-cli-core/v2/utils/config" "github.com/jfrog/jfrog-cli-core/v2/utils/coreutils" usageReporter "github.com/jfrog/jfrog-cli-core/v2/utils/usage" + "github.com/jfrog/jfrog-cli-core/v2/utils/usage/visibility" rtClient "github.com/jfrog/jfrog-client-go/artifactory" "github.com/jfrog/jfrog-client-go/artifactory/usage" "github.com/jfrog/jfrog-client-go/utils/log"