1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-26 06:52:15 +02:00

Updated pull-repos.ps1

This commit is contained in:
Markus Fleschutz 2024-02-28 07:19:48 +01:00
parent adf316dac3
commit 680f99568d

@ -47,7 +47,7 @@ try {
$step++ $step++
} }
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds [int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✔️ Pulled updates into $numFolders repos under 📂$parentDirName ($failed failed, took $elapsed sec)" "✔️ Pulled updates into $numFolders repos under 📂$parentDirName in $elapsed sec ($failed failed)"
exit 0 # success exit 0 # success
} catch { } catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"