mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Remove --all, it's too much
This commit is contained in:
parent
be5d5b88a1
commit
8dff4e1012
@ -22,7 +22,7 @@ try {
|
||||
|
||||
set-location $_.FullName
|
||||
|
||||
& git pull --all --recurse-submodules --jobs=4
|
||||
& git pull --recurse-submodules --jobs=4
|
||||
if ($lastExitCode -ne "0") { throw "'git pull' failed" }
|
||||
|
||||
set-location ..
|
||||
|
Loading…
Reference in New Issue
Block a user