diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 1e75d400..1b84cb39 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -130,7 +130,7 @@ function setup_workspace { git reset --hard FETCH_HEAD git clean -x -f -d -q else - if [ $PROJECT == $ZUUL_PROJECT ]; then + if [ "$PROJECT" == "$ZUUL_PROJECT" ]; then echo "Unable to find ref $ZUUL_REF for $PROJECT" exit 1 fi