diff --git a/Makefile b/Makefile index 490cae3..f398c7d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ export DOCKER_TAG ?= latest export DOCKER_IMAGE_NAME ?= $(DOCKER_IMAGE):$(DOCKER_TAG) export DOCKER_BUILD_FLAGS = export README_DEPS ?= docs/targets.md --include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness) +-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) all: init deps build install run