mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Updated the manuals
This commit is contained in:
@ -94,7 +94,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!"
|
||||
@ -106,4 +106,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 as of 11/08/2024 12:40:21)*
|
||||
*(generated by convert-ps2md.ps1 as of 11/20/2024 11:51:59)*
|
||||
|
Reference in New Issue
Block a user