mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 15:33:15 +01:00
Updated pull-repos.ps1
This commit is contained in:
parent
fab7a776fe
commit
5d625316a5
@ -48,7 +48,7 @@ try {
|
||||
}
|
||||
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
||||
if ($failed -eq 0) {
|
||||
"✅ Pulled updates into $numFolders repos at 📂$parentDir in $($elapsed)s."
|
||||
"✅ Updated $numFolders repos at 📂$parentDir in $($elapsed)s."
|
||||
exit 0 # success
|
||||
} else {
|
||||
"⚠️ Updated $numFolders repos at 📂$parentDir in $($elapsed)s but $failed failed!"
|
||||
|
Loading…
Reference in New Issue
Block a user