We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fdf74 commit 586b925Copy full SHA for 586b925
scripts/pull-repos.ps1
@@ -31,7 +31,7 @@ try {
31
$folders = (Get-ChildItem "$parentDir" -attributes Directory)
32
$numFolders = $folders.Count
33
$parentDirName = (Get-Item "$parentDir").Name
34
- Write-Host "$numFolders subfolders"
+ Write-Host "$parentDir with $numFolders subfolders"
35
36
[int]$step = 3
37
[int]$numFailed = 0
0 commit comments