From 586b925df586cab44ec53f82d9ac5a7e1827ddba Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 4 Jun 2025 09:37:33 +0200 Subject: [PATCH] Updated pull-repos.ps1 --- scripts/pull-repos.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pull-repos.ps1 b/scripts/pull-repos.ps1 index 9eaade20..e502b2ee 100755 --- a/scripts/pull-repos.ps1 +++ b/scripts/pull-repos.ps1 @@ -31,7 +31,7 @@ try { $folders = (Get-ChildItem "$parentDir" -attributes Directory) $numFolders = $folders.Count $parentDirName = (Get-Item "$parentDir").Name - Write-Host "$numFolders subfolders" + Write-Host "$parentDir with $numFolders subfolders" [int]$step = 3 [int]$numFailed = 0