Update clone-repos.ps1

This commit is contained in:
Markus Fleschutz 2023-07-30 19:05:52 +02:00
parent ee9a5b53d9
commit 60710e7d17

View File

@ -25,7 +25,7 @@ try {
Write-Host "⏳ (2) Loading Data/popular-git-repos.csv... " -noNewline
$Table = Import-CSV "$PSScriptRoot/../Data/popular-git-repos.csv"
$NumEntries = $Table.count
Write-Host "$NumEntries Git repos listed"
Write-Host "$NumEntries repos"
$TargetDirName = (Get-Item "$TargetDir").Name
Write-Host "⏳ (3) Checking target folder... 📂$TargetDirName"