fix issue with file name for merged code examples

This commit is contained in:
darrell-thobe-sp
2025-02-20 20:13:28 -05:00
parent 098346061b
commit 14be3df537
7 changed files with 48375 additions and 8721 deletions

View File

@@ -76,7 +76,7 @@ const powershellFileDir = path.dirname(powershellFilePath);
const commonDir = pythonFileDir; const commonDir = pythonFileDir;
// Create the output file path // Create the output file path
const outputFilePath = path.join(commonDir, 'merged_code_examples.yml'); const outputFilePath = path.join(commonDir, 'merged_code_examples.yaml');
// Write the merged result to the output file // Write the merged result to the output file
fs.writeFileSync(outputFilePath, mergedYaml, 'utf8'); fs.writeFileSync(outputFilePath, mergedYaml, 'utf8');

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff