Skip to content

Commit 893a1d0

Browse files
Update generateall.ts
1 parent 169539a commit 893a1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/cmd/generateall.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ executeSynchronous(async () => {
4545
const packages: Package[] = [];
4646

4747
for (const basePath of basePaths) {
48-
const readme = await validateAndReturnReadmePath(constants.specsRepoPath, basePath);
48+
const readme = await validateAndReturnReadmePath(localPath, basePath);
4949
const namespaces = keys(await getApiVersionsByNamespace(readme));
5050
const autogenlistEntries = findAutogenEntries(basePath);
5151

@@ -115,4 +115,4 @@ executeSynchronous(async () => {
115115
}
116116
}
117117

118-
});
118+
});

0 commit comments

Comments
 (0)