mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-16 06:58:18 +02:00
Update fetch-repos.ps1
This commit is contained in:
parent
de1b241593
commit
1231ba7f26
@ -16,7 +16,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
write-progress "Fetching repositories under $ParentDir ..."
|
write-progress "Fetching Git repositories under $ParentDir ..."
|
||||||
set-location $ParentDir
|
set-location $ParentDir
|
||||||
get-childItem $ParentDir -attributes Directory | foreach-object {
|
get-childItem $ParentDir -attributes Directory | foreach-object {
|
||||||
set-location $_.FullName
|
set-location $_.FullName
|
||||||
|
Loading…
Reference in New Issue
Block a user