mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Updated pull-repos.ps1
This commit is contained in:
parent
54974f6660
commit
3b3f8db539
@ -48,7 +48,7 @@ try {
|
||||
}
|
||||
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
||||
if ($failed -eq 0) {
|
||||
"✔️ Pulled updates into $numFolders repos under 📂$parentDirName in $elapsed sec."
|
||||
"✔️ Remote updates pulled into $numFolders repos within 📂$parentDirName in $($elapsed)s."
|
||||
exit 0 # success
|
||||
} else {
|
||||
"⚠️ Updated $numFolders repos under 📂$parentDirName but $failed failed (took $elapsed sec)."
|
||||
|
Loading…
Reference in New Issue
Block a user