Skip to content

Commit d45b9a5

Browse files
committed
Add missing quotes in build-docker.sh
1 parent 9a3a10b commit d45b9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if test -z "${CONFIG_FILE}"; then
4141
exit 1
4242
else
4343
# shellcheck disable=SC1090
44-
source ${CONFIG_FILE}
44+
source "${CONFIG_FILE}"
4545
fi
4646

4747
CONTAINER_NAME=${CONTAINER_NAME:-pigen_work}

0 commit comments

Comments
 (0)