From 0ce6c6f25c56fede401571010269fd93d08e8028 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 20 Jan 2017 16:18:30 -0500 Subject: [PATCH] updating to 3.3 --- bin/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/download.sh b/bin/download.sh index b726b7a..77fdaa5 100755 --- a/bin/download.sh +++ b/bin/download.sh @@ -4,5 +4,5 @@ source common.bash . rm -rf root if [ ! -f shibboleth-identity-provider.tar.gz ]; then - git clone git@github.internet2.edu:docker/shib-idp-conftree.git --depth 1 --branch test root -fi \ No newline at end of file + git clone git@github.internet2.edu:docker/shib-idp-conftree.git --depth 1 --branch 3.3test root +fi