mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 18:08:18 +02:00
Improve clone-repos.ps1
This commit is contained in:
parent
0cfa90aabc
commit
8bcb7d540c
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user