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