We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eaa485 commit abe6b63Copy full SHA for abe6b63
eng/tools/spec-gen-sdk-runner/src/commands.ts
@@ -252,7 +252,7 @@ function getExecutionReport(commandInput: SpecGenSdkCmdInput): any {
252
// Read the execution report to determine if the generation was successful
253
const executionReportPath = path.join(
254
commandInput.workingFolder,
255
- `${commandInput.sdkLanguage}_tmp/execution-report.json`,
+ `${commandInput.sdkRepoName}_tmp/execution-report.json`,
256
);
257
return JSON.parse(fs.readFileSync(executionReportPath, "utf8"));
258
}
0 commit comments