From 45c1a2324cb1b2ed221dd50cf95c8799ebc9d682 Mon Sep 17 00:00:00 2001 From: dylanbannon Date: Fri, 1 Jul 2022 15:56:47 -0700 Subject: [PATCH] git.io->cloudposse.tools update * git-xargs programmatic commit * Auto Format Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 655083f..7dcb4f9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash # List of targets the `readme` target should call before generating the readme export README_DEPS ?= docs/targets.md docs/terraform.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) lint: $(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate