From df261495e400e808cf5f90994747a8ec95df6652 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Tue, 5 May 2015 08:59:53 -0400 Subject: [PATCH] use the release branch until we are ready for 0.2.0 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 227f9409bc..8ecee21702 100755 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ echo "=============================================" # Version used for cloning devshop playbooks # Must be a branch or tag. -DEVSHOP_VERSION=0.2.0 +DEVSHOP_VERSION=release-0.2.0 # The rest of the scripts are only cloned if the playbook path option is not found. DEVSHOP_GIT_REPO='http://github.com/opendevshop/devshop.git'