Skip to content

Commit

Permalink
Update Actions/BuildALDoc/BuildALDoc.HelperFunctions.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com>
  • Loading branch information
freddydk and mazhelez authored Nov 22, 2023
1 parent ae29dca commit b412f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/BuildALDoc/BuildALDoc.HelperFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function GenerateDocsSite {
}
$allApps | ConvertTo-Json -Depth 99 | Out-Host
if ($allApps.Keys.Count -eq 1 -and $allApps.Keys[0] -eq $repoName) {
# Single prokect repo
# Single project repo
foreach($appFile in $allApps."$repoName") {
$apps += @($appFile)
$appName, $appFolder = GetAppNameAndFolder -appFile $appFile
Expand Down

0 comments on commit b412f9a

Please sign in to comment.