Skip to content

Commit 4777f13

Browse files
author
maddieclayton
committed
fix path
1 parent ffe5011 commit 4777f13

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
@@ -70,7 +70,7 @@ $resourceManagerPath = "$PSScriptRoot/../artifacts/$BuildConfig/"
7070

7171
$RMpsd1s += Get-ChildItem -Path $resourceManagerPath -Depth 2 | Where-Object { $_.Name -like "*.psd1" -and $_.FullName -notlike "*dll-Help*" }
7272

73-
$HelpFolders += Get-ChildItem -Path "$PSScriptRoot/../src/ResourceManager" -Recurse -Directory | where { $_.Name -eq "help" -and $_.FullName -notlike "*\Stack\*" -and $_.FullName -notlike "*\bin\*"}
73+
$HelpFolders += Get-ChildItem -Path "$PSScriptRoot/../src" -Recurse -Directory | where { $_.Name -eq "help" -and $_.FullName -notlike "*\Stack\*" -and $_.FullName -notlike "*\bin\*"}
7474

7575
# Map the name of the cmdlet to the location of the help file
7676
$HelpFileMapping = @{}

0 commit comments

Comments
 (0)