Update switch-branch.ps1

This commit is contained in:
Markus Fleschutz 2022-10-28 09:25:16 +02:00
parent 289983d888
commit 1d0754ff57

View File

@ -48,7 +48,7 @@ try {
& git -C "$RepoDir" pull --recurse-submodules
if ($lastExitCode -ne "0") { throw "'git pull' failed with exit code $lastExitCode" }
"⏳ (6/6) - Updating submodules..."
"⏳ (6/6) Updating submodules..."
& git -C "$RepoDir" submodule update --init --recursive
if ($lastExitCode -ne "0") { throw "'git submodule update' failed with exit code $lastExitCode" }