Updated some scripts

This commit is contained in:
Markus Fleschutz
2024-09-24 21:28:31 +02:00
parent db8e7e1766
commit 7e6b42352e
10 changed files with 13 additions and 17 deletions

View File

@ -37,7 +37,7 @@ try {
}
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✔️ Checked all $numFolders Git repos in 📂$parentDir in $($elapsed)s."
" Checked all $numFolders Git repos in 📂$parentDir in $($elapsed)s."
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"