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