There was a typo in the if statement. Fix it.
Change-Id: I8b1014f7e5c35b14f0d7639aa38b10907fcac901
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
# PRSERV and HASHSERV for CI
# but only starting with dunfell / master -> soon jellyfish
-if test x"master" = x"${DISTROBRANCH}" -o test -x"jellyfish" = x"${DISTROBRANCH}" ; then
+if test x"master" = x"${DISTROBRANCH}" -o x"jellyfish" = x"${DISTROBRANCH}" ; then
export PRHASHSERV="10.30.72.18"
cat << EOF >> conf/auto.conf
PRSERV_HOST = "${PRHASHSERV}:8585"
EOF
-fi
\ No newline at end of file
+fi