From eb731c1ae4b9339c2472d2226d585703aed240e8 Mon Sep 17 00:00:00 2001 From: Bill Robinson Date: Thu, 31 Aug 2017 11:59:11 -0700 Subject: [PATCH] Makefile: use our Github fork of shfmt instead of the one on the author's personal domain Signed-off-by: Bill Robinson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57be5bf..d6c2063 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ release-test-kubelegacy: build # shfmt reformats all shell scripts in this repo shfmt: - go get github.com/mvdan/sh/cmd/shfmt + go get github.com/contiv-experimental/sh/cmd/shfmt find . -type f -name "*.sh" -print0 | xargs -0 shfmt -w # Test the installation on the provided cluster. This is for bare-metal and other