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