diff --git a/tools/deployment/armada/015-armada-build.sh b/tools/deployment/armada/015-armada-build.sh index 4094c292ac..86eaf2e703 100755 --- a/tools/deployment/armada/015-armada-build.sh +++ b/tools/deployment/armada/015-armada-build.sh @@ -17,7 +17,7 @@ set -xe TMP_DIR=$(mktemp -d) -git clone --depth 1 http://github.com/att-comdev/armada.git ${TMP_DIR}/armada + git clone --depth 1 http://github.com/openstack/airship-armada.git ${TMP_DIR}/armada sudo pip3 install ${TMP_DIR}/armada sudo make build -C ${TMP_DIR}/armada sudo rm -rf ${TMP_DIR}