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