mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-11 04:29:19 +02:00
Change output line
This commit is contained in:
parent
0a73ea5dfa
commit
88be39e8c6
@ -22,7 +22,7 @@ try {
|
||||
$URL = $Row.URL
|
||||
$DirName = $Row.Directory
|
||||
if (test-path "$ParentDir/$DirName" -pathType container) {
|
||||
"Skipping 📂$DirName (exists already)..."
|
||||
"Skipping 📂$DirName - exists already..."
|
||||
continue
|
||||
}
|
||||
"⏳ Cloning $URL to 📂$($DirName)..."
|
||||
|
Loading…
Reference in New Issue
Block a user