Updated fetch-repos.ps1 and pull-repos.ps1

This commit is contained in:
Markus Fleschutz
2024-11-28 17:27:48 +01:00
parent de90e60b2e
commit 829c22d3fb
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ try {
$step++
}
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✅ Fetched into $numFolders repos under 📂$parentDirPathName in $($elapsed)s."
"✅ Fetched into $numFolders repos at 📂$parentDirPath in $($elapsed)s."
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"