mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +01:00
Merge branch 'main' of github.com:fleschutz/PowerShell
This commit is contained in:
commit
330acc8257
@ -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