From 59d08ee4b4e5b307d2643ae4d1c4cfa401a358f8 Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Thu, 11 May 2017 02:02:13 -0700 Subject: [PATCH] Fix typo in docker.Makefile Signed-off-by: Nishant Totla Upstream-commit: 076976791b88e0901bda6fa46fcc0ed44a0e3a92 Component: cli --- components/cli/docker.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docker.Makefile b/components/cli/docker.Makefile index e9128f3b8a..e0d8643da7 100644 --- a/components/cli/docker.Makefile +++ b/components/cli/docker.Makefile @@ -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