Skip to content

Commit 859c042

Browse files
author
Sébastien HOUZÉ
committed
fix: typo on environment in Makefile
1 parent b461de3 commit 859c042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ docker-images:
1111
# Publish doocker images
1212
publish-docker-images: docker-images
1313
# Make sure we have defined the docker tag
14-
(test $(DOCKER_TAG)) && echo "Tagging images with \"${DOCKER_TAG}\"" || echo "You have to define environemnt variable DOCKER_TAG"
14+
(test $(DOCKER_TAG)) && echo "Tagging images with \"${DOCKER_TAG}\"" || echo "You have to define environment variable DOCKER_TAG"
1515
test $(DOCKER_TAG)
1616

1717
for image in \

0 commit comments

Comments
 (0)