Updated clone-repos.ps1

This commit is contained in:
Markus Fleschutz 2024-08-02 17:30:43 +02:00
parent f7d8124455
commit 35a3cd1bf4

View File

@ -45,7 +45,7 @@ try {
$step++
if (Test-Path "$targetDir/$folderName" -pathType container) {
"⏳ ($step/$($total + 3)) Skipping existing $category 📂$folderName..."
"⏳ ($step/$($total + 3)) Skipping 📂$folderName - the $category exists already..."
$skipped++
} elseif ($shallow -eq "yes") {
"⏳ ($step/$($total + 3)) Cloning into 📂$folderName (a $category, $branch branch, shallow)..."