Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Dec 13, 2024
1 parent 5fb19a9 commit 6ad1a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ Generate the Module ReadMe files into a specific folder path
$templatePaths = (Get-ChildItem 'C:/network' -Filter 'main.bicep' -Recurse).FullName
$templatePaths | ForEach-Object -Parallel { . '<PathToRepo>/utilities/tools/Set-ModuleReadMe.ps1' ; Set-ModuleReadMe -TemplateFilePath $_ }
Generate the Module ReadMe for any template in a folder pat
Generate the Module ReadMe for any template in a folder path
#>
function Set-ModuleReadMe {

Expand Down

0 comments on commit 6ad1a2e

Please sign in to comment.