Skip to content

Commit

Permalink
Merge pull request #69 from nishanttotla/fix-makefile-typo
Browse files Browse the repository at this point in the history
Fix typo in docker.Makefile
  • Loading branch information
dnephin committed May 11, 2017
2 parents 0791b27 + 0769767 commit ca0f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ca0f9e8

Please sign in to comment.