mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 14:07:20 +02:00
Fix stop watch
This commit is contained in:
@ -28,7 +28,7 @@ try {
|
||||
$Count++
|
||||
}
|
||||
|
||||
[int]$Elapsed = $StopWatch.TotalSeconds
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ updated $Count Git repositories at 📂$ParentDir in $Elapsed sec."
|
||||
exit 0
|
||||
} catch {
|
||||
|
Reference in New Issue
Block a user