From 4546c972f520c3da034c104c500a7d780a825793 Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Wed, 9 Jun 2021 10:37:30 -0700 Subject: [PATCH] Fix mirror repository name --- .ci/powershellGetMirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/powershellGetMirror.yml b/.ci/powershellGetMirror.yml index a69fbdc45..e011439bb 100644 --- a/.ci/powershellGetMirror.yml +++ b/.ci/powershellGetMirror.yml @@ -15,7 +15,7 @@ schedules: resources: repositories: - - repository: PowerShellGetV3 + - repository: PowerShellGet type: git name: PowerShellGetV3 ref: master