We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffadbd1 commit 962c8a3Copy full SHA for 962c8a3
tools/NewHelpIndex.ps1
@@ -61,7 +61,7 @@ $outputModules = @{}
61
62
#Create mappings file
63
& "$PSScriptRoot/CreateMappings.ps1" -OutputFile $OutputFile/../groupMapping.json -WarningFile $OutputFile/../groupMappingWarnings.json
64
-$labelMapping = Get-Content -Raw $PSScriptRoot/groupMapping.json | ConvertFrom-Json
+$labelMapping = Get-Content -Raw $OutputFile/../groupMapping.json | ConvertFrom-Json
65
66
$RMpsd1s = @()
67
$HelpFolders = @()
0 commit comments