Skip to content

Commit 586b925

Browse files
committed
Updated pull-repos.ps1
1 parent 95fdf74 commit 586b925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pull-repos.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ try {
3131
$folders = (Get-ChildItem "$parentDir" -attributes Directory)
3232
$numFolders = $folders.Count
3333
$parentDirName = (Get-Item "$parentDir").Name
34-
Write-Host "$numFolders subfolders"
34+
Write-Host "$parentDir with $numFolders subfolders"
3535

3636
[int]$step = 3
3737
[int]$numFailed = 0

0 commit comments

Comments
 (0)