From af11ec2cff6abd69d83b4d06eced94101026f889 Mon Sep 17 00:00:00 2001 From: Chris Predeek Date: Fri, 24 Apr 2015 15:45:18 -0700 Subject: [PATCH] Updated scripts path for cloudera-on-centos template --- cloudera-on-centos/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudera-on-centos/azuredeploy.json b/cloudera-on-centos/azuredeploy.json index e00a252..b9bf890 100644 --- a/cloudera-on-centos/azuredeploy.json +++ b/cloudera-on-centos/azuredeploy.json @@ -127,7 +127,7 @@ } }, "variables": { - "scriptsUri": "https://raw.githubusercontent.com/neudesic/azure-quickstart-templates/cloudera/cloudera-on-centos", + "scriptsUri": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/tree/master/cloudera-on-centos", "storageAccount": { "prefix": "[parameters('storageAccountPrefix')]", "type": "[parameters('storageAccountType')]"