Improve output of pull-repos.ps1

This commit is contained in:
Markus Fleschutz 2021-06-14 19:39:24 +02:00
parent eaa88e8c97
commit 5e79406090

View File

@ -31,7 +31,7 @@ try {
}
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ updated $FolderCount Git repositories at 📂$ParentDirName in $Elapsed sec"
"✔️ pulled $FolderCount Git repositories under 📂$ParentDirName in $Elapsed sec"
exit 0
} catch {
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"