Add missing quotes in build-docker.sh

pull/419/head
Tom Vajzovic 2020-06-06 21:17:34 +01:00
parent 9a3a10bf10
commit d45b9a52e0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if test -z "${CONFIG_FILE}"; then
exit 1
else
# shellcheck disable=SC1090
source ${CONFIG_FILE}
source "${CONFIG_FILE}"
fi
CONTAINER_NAME=${CONTAINER_NAME:-pigen_work}