mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-25 05:26:47 +01:00
Improve output of pull-repos.ps1
This commit is contained in:
parent
eaa88e8c97
commit
5e79406090
@ -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])"
|
||||
|
Loading…
Reference in New Issue
Block a user