From fb9adbfd275a83ae452a8e037489338e6945eb49 Mon Sep 17 00:00:00 2001 From: dylanbannon Date: Fri, 1 Jul 2022 13:19:44 -0700 Subject: [PATCH] git.io->cloudposse.tools update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 490cae37..f398c7da 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