From fdfdd76c72794c93367e2bcec4c387bf91c4b572 Mon Sep 17 00:00:00 2001 From: Chenjie Shi Date: Wed, 30 Mar 2022 09:56:24 +0800 Subject: [PATCH] fix: wrong integrationRepo settings (#18446) --- specificationRepositoryConfiguration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specificationRepositoryConfiguration.json b/specificationRepositoryConfiguration.json index ab9df5fcc487..a3b5d166d2b0 100644 --- a/specificationRepositoryConfiguration.json +++ b/specificationRepositoryConfiguration.json @@ -55,7 +55,7 @@ "mainRepository": "Azure/azure-sdk-for-go-pr" }, "azure-sdk-for-go-track2": { - "integrationRepository": "AzureSDKAutomation/azure-sdk-for-go", + "integrationRepository": "azure-sdk/azure-sdk-for-go-pr", "mainRepository": "Azure/azure-sdk-for-go-pr", "configFilePath": "eng/swagger_to_sdk_config.json" },