Skip to content

Commit fd45b5c

Browse files
Merge pull request #1830 from Azure/fix_autogen_pipeline
Update generateall.ts
2 parents 169539a + 893a1d0 commit fd45b5c

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)