Skip to content

Commit

Permalink
Add missing quotes in build-docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tcv-git committed Jul 19, 2020
1 parent 9a3a10b commit d45b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d45b9a5

Please sign in to comment.