mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-11 18:05:03 +02:00
Improve output of pull-repos.ps1
This commit is contained in:
@ -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])"
|
||||
|
Reference in New Issue
Block a user