Skip to content

Commit 0cd8945

Browse files
committed
fix: 🐛 Correct variable name typo in Build-PSBuildMAMLHelp function
* Fixed the typo in the variable name from `$helpLoc2ales` to `$helpLocales`.\
1 parent 4ccbef4 commit 0cd8945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellBuild/Public/Build-PSBuildMAMLHelp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function Build-PSBuildMAMLHelp {
2323
[string]$DestinationPath
2424
)
2525

26-
$helpLoc2ales = (Get-ChildItem -Path $Path -Directory).Name
26+
$helpLocales = (Get-ChildItem -Path $Path -Directory).Name
2727

2828
# Generate the module's primary MAML help file
2929
foreach ($locale in $helpLocales) {

0 commit comments

Comments
 (0)