Update list-commits.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 12:46:49 +01:00 committed by GitHub
parent 8826b75506
commit c1376ed2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ try {
$null = (git --version)
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
& git fetch --all --recurse-submodules
$null = (git fetch --all --recurse-submodules)
if ($lastExitCode -ne "0") { throw "'git fetch --all --recurse-submodules' failed" }
if ($Format -eq "compact") {