Skip to content

Commit 962c8a3

Browse files
author
maddieclayton
committed
fix relative path
1 parent ffadbd1 commit 962c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/NewHelpIndex.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $outputModules = @{}
6161

6262
#Create mappings file
6363
& "$PSScriptRoot/CreateMappings.ps1" -OutputFile $OutputFile/../groupMapping.json -WarningFile $OutputFile/../groupMappingWarnings.json
64-
$labelMapping = Get-Content -Raw $PSScriptRoot/groupMapping.json | ConvertFrom-Json
64+
$labelMapping = Get-Content -Raw $OutputFile/../groupMapping.json | ConvertFrom-Json
6565

6666
$RMpsd1s = @()
6767
$HelpFolders = @()

0 commit comments

Comments
 (0)