Improve clone-repos.ps1

This commit is contained in:
Markus Fleschutz 2021-06-28 21:29:12 +02:00
parent 0cfa90aabc
commit 8bcb7d540c

View File

@ -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..."