From 1231ba7f266b052647c176a72320ecee2d9751e0 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 15 Mar 2021 14:46:08 +0100 Subject: [PATCH] Update fetch-repos.ps1 --- Scripts/fetch-repos.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/fetch-repos.ps1 b/Scripts/fetch-repos.ps1 index b995e75f..5f8471e7 100755 --- a/Scripts/fetch-repos.ps1 +++ b/Scripts/fetch-repos.ps1 @@ -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