mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
fix issue with file name for merged code examples
This commit is contained in:
@@ -76,7 +76,7 @@ const powershellFileDir = path.dirname(powershellFilePath);
|
||||
const commonDir = pythonFileDir;
|
||||
|
||||
// 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
|
||||
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
Reference in New Issue
Block a user