mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Updated pull-repos.ps1
This commit is contained in:
parent
6e05236a99
commit
3189a749de
@ -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)."
|
||||
|
Loading…
Reference in New Issue
Block a user