Update the scripts

This commit is contained in:
Markus Fleschutz
2021-09-29 08:18:28 +02:00
parent 0dd2d484c5
commit 291d785700
3 changed files with 5 additions and 6 deletions

View File

@ -29,7 +29,7 @@ try {
[int]$Step = 1
foreach ($Folder in $Folders) {
$FolderName = (get-item "$Folder").Name
"👉 Step $Step/$($FolderCount): Fetching 📂$FolderName..."
" Step $Step/$($FolderCount): Fetching 📂$FolderName..."
& git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --jobs=4
if ($lastExitCode -ne "0") { throw "'git fetch' failed" }