Updated pull-repos.ps1

This commit is contained in:
Markus Fleschutz 2024-03-28 15:28:01 +01:00
parent 6e05236a99
commit 3189a749de

View File

@ -48,7 +48,7 @@ try {
}
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
if ($failed -eq 0) {
"✔️ Updated $numFolders repos under 📂$parentDirName in $elapsed sec."
"✔️ Pulled updates into $numFolders repos under 📂$parentDirName in $elapsed sec."
exit 0 # success
} else {
"⚠️ Updated $numFolders repos under 📂$parentDirName but $failed failed (took $elapsed sec)."