From 35a3cd1bf4b038823e1585340cdf9296968a32a9 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 2 Aug 2024 17:30:43 +0200 Subject: [PATCH] Updated clone-repos.ps1 --- scripts/clone-repos.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)..."