Skip to content

Commit 8519271

Browse files
committed
Fix typo in pull-repos.ps1
1 parent fd7b601 commit 8519271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/pull-repos.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ try {
3131
[int]$Step = 1
3232
foreach ($Folder in $Folders) {
3333
$FolderName = (get-item "$Folder").Name
34-
"⏳ Step $Step/$NumFolders: Pulling 📂$FolderName... "
34+
"⏳ Step $Step/$($NumFolders): Pulling 📂$FolderName... "
3535

3636
& git -C "$Folder" pull --recurse-submodules --jobs=4
3737
if ($lastExitCode -ne "0") { write-warning "'git pull' in 📂$FolderName failed" }

0 commit comments

Comments
 (0)