Typo fix: overriden -> overridden

Signed-off-by: ruicao <ruicao@alauda.io>
This commit is contained in:
ruicao 2018-09-07 16:08:19 +08:00
parent db391c03ad
commit 5713215e84
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -ex
TAG="docker-compose:$(git rev-parse --short HEAD)" TAG="docker-compose:$(git rev-parse --short HEAD)"
# By default use the Dockerfile, but can be overriden to use an alternative file # By default use the Dockerfile, but can be overridden to use an alternative file
# e.g DOCKERFILE=Dockerfile.armhf script/test/default # e.g DOCKERFILE=Dockerfile.armhf script/test/default
DOCKERFILE="${DOCKERFILE:-Dockerfile}" DOCKERFILE="${DOCKERFILE:-Dockerfile}"