diff --git a/scripts/clone-repos.ps1 b/scripts/clone-repos.ps1 index 56fef278..f7ab87e6 100755 --- a/scripts/clone-repos.ps1 +++ b/scripts/clone-repos.ps1 @@ -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)..."