From a776253508421766e90871f0bdb9e6aa7bb21ac1 Mon Sep 17 00:00:00 2001 From: Trent Monahan Date: Mon, 29 Oct 2018 15:48:14 +1100 Subject: [PATCH] Tell azure to deploy the correct repository --- deploy/azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/azuredeploy.json b/deploy/azuredeploy.json index affa937..f35ace5 100644 --- a/deploy/azuredeploy.json +++ b/deploy/azuredeploy.json @@ -26,7 +26,7 @@ }, "repoURL": { "type": "string", - "defaultValue": "https://github.com/daltskin/alexa-bridge.git", + "defaultValue": "https://github.com/CatalystCode/alexa-bridge.git", "metadata": { "description": "The URL for the GitHub repository that contains the project to deploy." } @@ -189,4 +189,4 @@ ] } ] -} \ No newline at end of file +}