Updated pull-repos.ps1

This commit is contained in:
Markus Fleschutz 2024-02-28 07:19:48 +01:00
parent adf316dac3
commit 680f99568d

View File

@ -47,7 +47,7 @@ try {
$step++
}
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✔️ Pulled updates into $numFolders repos under 📂$parentDirName ($failed failed, took $elapsed sec)"
"✔️ Pulled updates into $numFolders repos under 📂$parentDirName in $elapsed sec ($failed failed)"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"