Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
nexus - change assets api to search api for large repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 committed Dec 8, 2021
1 parent 8dade92 commit 4863ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloner/nexus.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (m *nexus) getRepositoryAssets() (assets []*NexusAsset, e error) {
// }

var rrl *url.URL
if rrl, e = m.endpoint.Parse("/service/rest/v1/assets"); e != nil {
if rrl, e = m.endpoint.Parse("/service/rest/v1/search/assets"); e != nil {
return
}

Expand Down

0 comments on commit 4863ad1

Please sign in to comment.