We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0416249 commit abbbdccCopy full SHA for abbbdcc
lib/index.js
@@ -19,7 +19,7 @@ async function httpGET(url) {
19
}
20
21
async function getOpenapiGeneratorCliDownloadLinks() {
22
- const baseUrl = 'https://central.sonaktype.com';
+ const baseUrl = 'https://central.sonatype.com';
23
const queryUrl = `${baseUrl}/solrsearch/select?q=g:org.openapitools+AND+a:openapi-generator-cli&core=gav&start=0&rows=200`;
24
25
return httpGET(queryUrl).then(data => {
0 commit comments