Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Sep 23, 2024
1 parent c10e5c2 commit b3b3976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@ func GetNpmDeployedArtifacts(isNpm7 bool) []string {
func GetNpmArtifactName(isNpm7, isScoped bool) string {
if isNpm7 {
if isScoped {
return "/@jscope/jfrog-cli-tests-=1.0.0.tgz"
return "@jscope/jfrog-cli-tests-=1.0.0.tgz"
} else {
return "jfrog-cli-tests-v1.0.0.tgz"
}
Expand Down

0 comments on commit b3b3976

Please sign in to comment.