Skip to content

Commit

Permalink
Makefile: use our Github fork of shfmt instead of the one on the auth…
Browse files Browse the repository at this point in the history
…or's personal domain

Signed-off-by: Bill Robinson <dseevr@users.noreply.github.com>
  • Loading branch information
dseevr committed Aug 31, 2017
1 parent 8ebb2e2 commit eb731c1
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 @@ -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
Expand Down

0 comments on commit eb731c1

Please # to comment.