From 9eb8a7e65cf666508b1336096af418eadd0b6b84 Mon Sep 17 00:00:00 2001 From: ADefWebserver Date: Sat, 18 Jul 2020 09:40:40 -0700 Subject: [PATCH] Update azuredeploy.json --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 2d2c6241..4dd651bc 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -172,7 +172,7 @@ "[resourceId('Microsoft.Web/Sites/config', parameters('BlazorWebsiteName'), 'connectionstrings')]" ], "properties": { - "RepoUrl": "https://github.com/ADefWebserver/oqtane.framework.git", + "RepoUrl": "https://github.com/oqtane/oqtane.framework.git", "branch": "master", "IsManualIntegration": true }