Merge "Fix issues in hc2vpp-csit scripts"
[ci-management.git] / jjb / hc2vpp / include-raw-hc2vpp-csit-integration.sh
index 6155a46..915ca8c 100644 (file)
@@ -5,7 +5,8 @@ set -xeu -o pipefail
 if [ ${STREAM} == 'master' ]; then
     git clone https://gerrit.fd.io/r/csit --branch master
 else
-        git clone https://gerrit.fd.io/r/csit --branch 'rls'${STREAM}
+    git clone https://gerrit.fd.io/r/csit --branch 'rls'${STREAM}
+fi
 
 # If the git clone fails, complain clearly and exit
 if [ $? != 0 ]; then