Change the emoji

This commit is contained in:
Markus Fleschutz 2021-05-03 10:31:01 +02:00
parent 8947cbed1f
commit 489b0608e2

View File

@ -18,7 +18,7 @@ try {
[int]$Count = 0
get-childItem $ParentDir -attributes Directory | foreach-object {
" Pulling updates for Git repository 📂$($_.Name) ..."
"🢃 Pulling updates for Git repository 📂$($_.Name) ..."
set-location $_.FullName