mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +01:00
Update output of pull-repos.ps1
This commit is contained in:
parent
cba5d2ef56
commit
9bad3787d3
@ -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])"
|
||||
|
Loading…
Reference in New Issue
Block a user