Skip to content

Commit

Permalink
git-xargs programmatic commit (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbannon committed May 10, 2022
1 parent c3ac15e commit 38f9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38f9c01

Please sign in to comment.