Update fetch-repos.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 14:46:08 +01:00 committed by GitHub
parent de1b241593
commit 1231ba7f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ try {
}
try {
write-progress "Fetching repositories under $ParentDir ..."
write-progress "Fetching Git repositories under $ParentDir ..."
set-location $ParentDir
get-childItem $ParentDir -attributes Directory | foreach-object {
set-location $_.FullName