mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Updated clone-repos.ps1
This commit is contained in:
parent
f7d8124455
commit
35a3cd1bf4
@ -45,7 +45,7 @@ try {
|
|||||||
$step++
|
$step++
|
||||||
|
|
||||||
if (Test-Path "$targetDir/$folderName" -pathType container) {
|
if (Test-Path "$targetDir/$folderName" -pathType container) {
|
||||||
"⏳ ($step/$($total + 3)) Skipping existing $category 📂$folderName..."
|
"⏳ ($step/$($total + 3)) Skipping 📂$folderName - the $category exists already..."
|
||||||
$skipped++
|
$skipped++
|
||||||
} elseif ($shallow -eq "yes") {
|
} elseif ($shallow -eq "yes") {
|
||||||
"⏳ ($step/$($total + 3)) Cloning into 📂$folderName (a $category, $branch branch, shallow)..."
|
"⏳ ($step/$($total + 3)) Cloning into 📂$folderName (a $category, $branch branch, shallow)..."
|
||||||
|
Loading…
Reference in New Issue
Block a user