Skip to content

Commit abbbdcc

Browse files
committed
chore: update search url
1 parent 0416249 commit abbbdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function httpGET(url) {
1919
}
2020

2121
async function getOpenapiGeneratorCliDownloadLinks() {
22-
const baseUrl = 'https://central.sonaktype.com';
22+
const baseUrl = 'https://central.sonatype.com';
2323
const queryUrl = `${baseUrl}/solrsearch/select?q=g:org.openapitools+AND+a:openapi-generator-cli&core=gav&start=0&rows=200`;
2424

2525
return httpGET(queryUrl).then(data => {

0 commit comments

Comments
 (0)