This commit is contained in:
Markus Fleschutz 2021-04-22 09:27:23 +02:00
parent 9791fe0c78
commit 67845aaf95
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ try {
}
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ fetched updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec."
"✔️ fetched updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec."
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"

View File

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