mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-26 18:03:35 +01:00
Fix typo
This commit is contained in:
parent
f8825b0430
commit
04afaf32c6
@ -24,7 +24,7 @@ try {
|
||||
foreach ($Folder in $Folders) {
|
||||
$FolderName = (get-item "$Folder").Name
|
||||
$Step++
|
||||
"🢃 Pulling #$Step: 📂$FolderName ..."
|
||||
"🢃 Pulling #$($Step): 📂$FolderName ..."
|
||||
|
||||
& git -C "$Folder" pull --recurse-submodules --jobs=4
|
||||
if ($lastExitCode -ne "0") { write-warning "'git pull' on 📂$FolderName failed" }
|
||||
|
Loading…
Reference in New Issue
Block a user