mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +01:00
Improve output of clone-repos.ps1
This commit is contained in:
parent
427da3ef60
commit
559699e380
@ -16,6 +16,8 @@ try {
|
||||
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
|
||||
|
||||
$Table = import-csv "$PSScriptRoot/../Data/git-repos.csv"
|
||||
$TableCount = $Table.count
|
||||
"Found $TableCount entries in Data/git-repos.csv database..."
|
||||
|
||||
[int]$Count = 0
|
||||
foreach($Row in $Table) {
|
||||
|
Loading…
Reference in New Issue
Block a user