mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 01:18:18 +02:00
Improve clone-repos.ps1
This commit is contained in:
parent
0cfa90aabc
commit
8bcb7d540c
@ -25,7 +25,7 @@ try {
|
|||||||
$URL = $Row.URL
|
$URL = $Row.URL
|
||||||
|
|
||||||
if (test-path "$ParentDir/$FolderName" -pathType container) {
|
if (test-path "$ParentDir/$FolderName" -pathType container) {
|
||||||
"📂$FolderName for $AppName exists already, skipping..."
|
"📂$FolderName exists, skipping..."
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
"🢃 Cloning $AppName into 📂$FolderName, $BranchName branch..."
|
"🢃 Cloning $AppName into 📂$FolderName, $BranchName branch..."
|
||||||
|
Loading…
Reference in New Issue
Block a user