Skip to content

Commit b90ca15

Browse files
authored
Merge branch 'master' into simeonoff/indigo-theme
2 parents 36473cd + 34d8b70 commit b90ca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularDocsPostDeploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if([System.IO.File]::Exists($filePath) -and [System.IO.Directory]::Exists($angul
6464
$folders = Get-ChildItem -Path $angularDocsRootFolder -Directory -Exclude $tagFolder,"sass","typescript" -Name | Sort-Object @{Expression = {[double]($_.Substring(0, $_.LastIndexOf('.'))) }};
6565
$textToUpdate = "";
6666
foreach($item in $folders) {
67-
$textToUpdate += '"' + $item.Name + '"';
67+
$textToUpdate += '"' + $item + '"';
6868
}
6969
$textToUpdate = "[" + $textToUpdate.Replace("`"`"","`"`,`"") + "]" ;
7070
Write-Host $textToUpdate;

0 commit comments

Comments
 (0)