Skip to content

Commit

Permalink
Move npm dependencies checksum calculation to build-info-go (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Feb 17, 2022
1 parent 5851c54 commit 3e29721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/services/utils/aqlquerybuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func createAqlQueryForBuild(includeQueryPart string, artifactsQuery bool, builds
}

//noinspection GoUnusedExportedFunction
func CreateAqlQueryForNpm(npmName, npmVersion string) string {
func CreateAqlQueryForYarn(npmName, npmVersion string) string {
itemsPart :=
`items.find({` +
`"@npm.name":"%s",` +
Expand Down

0 comments on commit 3e29721

Please sign in to comment.