From 920d144aff2329a3a27e3367f30fbfd134cb7912 Mon Sep 17 00:00:00 2001 From: dylanbannon Date: Fri, 1 Jul 2022 13:25:00 -0700 Subject: [PATCH] git.io->cloudposse.tools update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b97bb7f..30d93ec 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ export DOCKER_TAG ?= latest export DOCKER_IMAGE_NAME ?= $(DOCKER_IMAGE):$(DOCKER_TAG) export DOCKER_BUILD_FLAGS = --include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness) \ No newline at end of file +-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) \ No newline at end of file