From e5ca3874aa4e8ea5cc6b07e808f69ea6da4305b6 Mon Sep 17 00:00:00 2001 From: dylanbannon Date: Mon, 6 Jun 2022 20:30:58 -0700 Subject: [PATCH] git-xargs programmatic commit (#12) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97d8087..1cfc68f 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 terraform code lint: