mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-11 16:39:10 +01:00
Fix typo in pull-repos.ps1
This commit is contained in:
parent
fd7b60182d
commit
8519271de5
@ -31,7 +31,7 @@ try {
|
||||
[int]$Step = 1
|
||||
foreach ($Folder in $Folders) {
|
||||
$FolderName = (get-item "$Folder").Name
|
||||
"⏳ Step $Step/$NumFolders: Pulling 📂$FolderName... "
|
||||
"⏳ Step $Step/$($NumFolders): Pulling 📂$FolderName... "
|
||||
|
||||
& git -C "$Folder" pull --recurse-submodules --jobs=4
|
||||
if ($lastExitCode -ne "0") { write-warning "'git pull' in 📂$FolderName failed" }
|
||||
|
Loading…
Reference in New Issue
Block a user