mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-18 16:08:19 +02: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
|
$ParentDirName = (get-item "$ParentDir").Name
|
||||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
[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
|
exit 0
|
||||||
} catch {
|
} catch {
|
||||||
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
|
Loading…
Reference in New Issue
Block a user