mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-18 02:30:52 +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
|
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
||||||
if ($failed -eq 0) {
|
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
|
exit 0 # success
|
||||||
} else {
|
} else {
|
||||||
"⚠️ Updated $numFolders repos under 📂$parentDirName but $failed failed (took $elapsed sec)."
|
"⚠️ Updated $numFolders repos under 📂$parentDirName but $failed failed (took $elapsed sec)."
|
||||||
|
Loading…
Reference in New Issue
Block a user