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.
2 parents 169539a + 893a1d0 commit fd45b5cCopy full SHA for fd45b5c
generator/cmd/generateall.ts
@@ -45,7 +45,7 @@ executeSynchronous(async () => {
45
const packages: Package[] = [];
46
47
for (const basePath of basePaths) {
48
- const readme = await validateAndReturnReadmePath(constants.specsRepoPath, basePath);
+ const readme = await validateAndReturnReadmePath(localPath, basePath);
49
const namespaces = keys(await getApiVersionsByNamespace(readme));
50
const autogenlistEntries = findAutogenEntries(basePath);
51
@@ -115,4 +115,4 @@ executeSynchronous(async () => {
115
}
116
117
118
-});
+});
0 commit comments