mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Fix typo
This commit is contained in:
parent
9791fe0c78
commit
67845aaf95
@ -28,7 +28,7 @@ try {
|
||||
}
|
||||
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ fetched updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec."
|
||||
"✔️ fetched updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec."
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
@ -30,7 +30,7 @@ try {
|
||||
}
|
||||
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ pulled updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec."
|
||||
"✔️ pulled updates for $Count Git repositories at 📂$ParentDir in $Elapsed sec."
|
||||
exit 0
|
||||
} catch {
|
||||
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user