mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-04 20:09:22 +01:00
Update fetch-repos.ps1
This commit is contained in:
parent
6fdea381c3
commit
26087b76ae
@ -21,7 +21,7 @@ try {
|
||||
get-childItem $ParentDir -attributes Directory | foreach-object {
|
||||
set-location $_.FullName
|
||||
|
||||
& git fetch --recurse-submodules
|
||||
& git fetch --all --recurse-submodules
|
||||
if ($lastExitCode -ne "0") { throw "'git fetch --recurse-submodules' failed" }
|
||||
|
||||
set-location ..
|
||||
|
Loading…
Reference in New Issue
Block a user