Improve both scripts

This commit is contained in:
Markus Fleschutz
2021-04-21 10:54:53 +02:00
parent 59a7e492fe
commit 8f5b4a7337
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ try {
$Count++
}
write-host -foregroundColor green "✔️ Updates fetched for $Count Git repositories under $ParentDir in $($StopWatch.Elapsed.Seconds) second(s)"
"✔️ updated $Count Git repositories at 📂$ParentDir in $($StopWatch.Elapsed.Seconds) sec."
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"