Skip to content

Commit

Permalink
Visibility - update commands count metric to correspond with client i…
Browse files Browse the repository at this point in the history
…mprovements
  • Loading branch information
omerzi committed Jan 15, 2025
1 parent ba5e3f0 commit 80bb1a6
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
@@ -1,14 +1,14 @@
package commands

import (
"github.com/jfrog/jfrog-cli-core/v2/utils/usage/visibility"
"sync"

"github.com/jfrog/gofrog/version"
"github.com/jfrog/jfrog-cli-core/v2/artifactory/utils"
"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"
Expand Down

0 comments on commit 80bb1a6

Please sign in to comment.