Skip to content

Commit 8acc985

Browse files
authored
git-xargs programmatic commit (#58)
1 parent beaf445 commit 8acc985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
-include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness)
3+
-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness)
44

55
#COPYRIGHT_CMD ?= copyright-header
66
COPYRIGHT_CMD ?= docker run --rm --volume `pwd`:$(COPYRIGHT_OUTPUT_DIR) osterman/copyright-header:latest

0 commit comments

Comments
 (0)