Add unicode characters

This commit is contained in:
Markus Fleschutz
2021-04-16 18:58:19 +02:00
parent 46f7fd7b9c
commit 357ae2cea9
4 changed files with 26 additions and 16 deletions

View File

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