mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-20 03:37:56 +02:00
Updated pull-repos.ps1
This commit is contained in:
parent
95fdf740cf
commit
586b925df5
@ -31,7 +31,7 @@ try {
|
|||||||
$folders = (Get-ChildItem "$parentDir" -attributes Directory)
|
$folders = (Get-ChildItem "$parentDir" -attributes Directory)
|
||||||
$numFolders = $folders.Count
|
$numFolders = $folders.Count
|
||||||
$parentDirName = (Get-Item "$parentDir").Name
|
$parentDirName = (Get-Item "$parentDir").Name
|
||||||
Write-Host "$numFolders subfolders"
|
Write-Host "$parentDir with $numFolders subfolders"
|
||||||
|
|
||||||
[int]$step = 3
|
[int]$step = 3
|
||||||
[int]$numFailed = 0
|
[int]$numFailed = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user