This commit is contained in:
Markus Fleschutz 2021-06-18 09:26:42 +02:00
parent f8825b0430
commit 04afaf32c6

View File

@ -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" }