fix typo in colpari-build.sh

This commit is contained in:
Frank Fricke 2022-02-04 21:32:49 +01:00
parent 8579534fe4
commit 6034ffe73f

View File

@ -7,7 +7,7 @@ set -o pipefail
. .env
if -z "$*"
if [ -z "$*" ]
then
DOCKER_IMAGES="zammad zammad-elasticsearch zammad-postgresql"
else