mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 18:08:18 +02:00
Update clone-repos.ps1
This commit is contained in:
parent
379adef007
commit
ab1b77453a
@ -44,7 +44,7 @@ try {
|
|||||||
$Step++
|
$Step++
|
||||||
|
|
||||||
if (Test-Path "$TargetDir/$FolderName" -pathType container) {
|
if (Test-Path "$TargetDir/$FolderName" -pathType container) {
|
||||||
"⏳ ($Step/$($NumEntries + 4)) Skipping 📂$FolderName - exists already..."
|
"⏳ ($Step/$($NumEntries + 4)) Skipping existing 📂$($FolderName)..."
|
||||||
$Skipped++
|
$Skipped++
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user