From 4ba3c9d7c6ca23cedf9e034e29659c7a05199e39 Mon Sep 17 00:00:00 2001 From: Pablo Selem Date: Fri, 20 Apr 2018 09:19:32 -0700 Subject: [PATCH] Update file to point at master branch (#501) The file is pointing at the development branch instead of master. --- account_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_setup.sh b/account_setup.sh index 49b68a78..8101e2cf 100644 --- a/account_setup.sh +++ b/account_setup.sh @@ -4,7 +4,7 @@ echo "Installing depdendencies..." && pip install --force-reinstall --upgrade --user pyyaml==3.12 azure==3.0.0 azure-cli-core==2.0.30 msrestazure==0.4.25 > /dev/null 2>&1 && echo "Finished installing depdencies." && echo "Getting account setup script..." && -wget -q https://raw.githubusercontent.com/Azure/aztk/feature/getting_started_scripts/account_setup.py -O account_setup.py && +wget -q https://raw.githubusercontent.com/Azure/aztk/master/account_setup.py -O account_setup.py && chmod 755 account_setup.py && echo "Finished getting account setup script." && echo "Running account setup script..." &&