Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit e45da66

Browse files
authored
git.io->cloudposse.tools update
1 parent f24b418 commit e45da66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEODESIC_INSTALL_PATH ?= /usr/local/bin
77
export INSTALL_PATH ?= $(GEODESIC_INSTALL_PATH)
88
export SCRIPT = $(INSTALL_PATH)/$(APP_NAME)
99

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

1212
## Initialize build-harness, install deps, build docker container, install wrapper script and run shell
1313
all: init deps build install run

0 commit comments

Comments
 (0)