From 8bcb7d540c5d35e1ba736954fbca9fcf7b0f93ad Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 28 Jun 2021 21:29:12 +0200 Subject: [PATCH] Improve 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 3fffcbc8..ba4e10cd 100755 --- a/Scripts/clone-repos.ps1 +++ b/Scripts/clone-repos.ps1 @@ -25,7 +25,7 @@ try { $URL = $Row.URL if (test-path "$ParentDir/$FolderName" -pathType container) { - "📂$FolderName for $AppName exists already, skipping..." + "📂$FolderName exists, skipping..." continue } "🢃 Cloning $AppName into 📂$FolderName, $BranchName branch..."