Improved update-repos.csv

This commit is contained in:
Markus Fleschutz
2021-01-20 16:38:46 +01:00
parent 15a98fd9d1
commit b5f18e62b5
4 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,7 @@ try {
foreach($Row in $Table) {
$URL = $Row.URL
write-output ""
write-output "Cloning $URL..."
write-output "Cloning from $URL..."
git clone $URL
}