Fix typo in docker.Makefile

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
Upstream-commit: 076976791b
Component: cli
This commit is contained in:
Nishant Totla
2017-05-11 02:02:13 -07:00
parent c2c82448c6
commit 59d08ee4b4
+1 -1
View File
@@ -21,7 +21,7 @@ build_linter_image:
# build executable using a container
.PHONY: build
build: build_docker_image
@echo "WARNING: this will drop a Linux executable on your host (not a macOS of Windows one)"
@echo "WARNING: this will drop a Linux executable on your host (not a macOS or Windows one)"
@docker run --rm $(MOUNTS) $(DEV_DOCKER_IMAGE_NAME) make build
# clean build artifacts using a container