Update pull-repos.ps1

This commit is contained in:
Markus Fleschutz 2023-09-01 09:53:29 +02:00
parent 8c58536e17
commit f4bd6ef82b

View File

@ -47,7 +47,7 @@ try {
$Step++
}
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ Pulling updates into $NumFolders repositories under 📂$ParentDirName took $Elapsed sec ($Failed failed)"
"✔️ Pulled updates into $NumFolders repos under 📂$ParentDirName ($Failed failed, took $Elapsed sec)"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"