mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 06:20:42 +02:00
Update fetch-repos.ps1
This commit is contained in:
parent
36e1c163ab
commit
26c750bd05
@ -33,7 +33,7 @@ try {
|
|||||||
foreach ($Folder in $Folders) {
|
foreach ($Folder in $Folders) {
|
||||||
$FolderName = (Get-Item "$Folder").Name
|
$FolderName = (Get-Item "$Folder").Name
|
||||||
$Step++
|
$Step++
|
||||||
Write-Host "⏳ ($Step/$($NumFolders + 2)) Fetching into 📂$FolderName... " -noNewline
|
Write-Host "⏳ ($Step/$($NumFolders + 2)) Fetching into 📂$FolderName... "
|
||||||
|
|
||||||
& git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --force
|
& git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --force
|
||||||
if ($lastExitCode -ne "0") { throw "'git fetch' in $Folder failed with exit code $lastExitCode" }
|
if ($lastExitCode -ne "0") { throw "'git fetch' in $Folder failed with exit code $lastExitCode" }
|
||||||
|
Loading…
Reference in New Issue
Block a user