Update output of pull-repos.ps1

This commit is contained in:
Markus Fleschutz 2021-05-04 20:31:06 +02:00
parent cba5d2ef56
commit 9bad3787d3

View File

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