We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaf445 commit 8acc985Copy full SHA for 8acc985
Makefile
@@ -1,6 +1,6 @@
1
SHELL := /bin/bash
2
3
--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)
4
5
#COPYRIGHT_CMD ?= copyright-header
6
COPYRIGHT_CMD ?= docker run --rm --volume `pwd`:$(COPYRIGHT_OUTPUT_DIR) osterman/copyright-header:latest
0 commit comments