mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Improved update-repos.csv
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user