1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-20 11:47:44 +02:00

Update clone-repos.ps1

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

@ -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"