mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Change the emoji
This commit is contained in:
@ -18,7 +18,7 @@ try {
|
|||||||
|
|
||||||
[int]$Count = 0
|
[int]$Count = 0
|
||||||
get-childItem $ParentDir -attributes Directory | foreach-object {
|
get-childItem $ParentDir -attributes Directory | foreach-object {
|
||||||
"⏳ Pulling updates for Git repository 📂$($_.Name) ..."
|
"🢃 Pulling updates for Git repository 📂$($_.Name) ..."
|
||||||
|
|
||||||
set-location $_.FullName
|
set-location $_.FullName
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user