Add unicode characters

This commit is contained in:
Markus Fleschutz
2021-04-16 18:46:03 +02:00
parent f43dc498e4
commit 46f7fd7b9c
10 changed files with 19 additions and 19 deletions

View File

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