Skip to content

Commit

Permalink
Makefile: update shellcheck source
Browse files Browse the repository at this point in the history
The old Shellcheck download location is no longer valid.

xref: koalaman/shellcheck#1871

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
  • Loading branch information
squat authored and kakkoyun committed Oct 7, 2020
1 parent b786715 commit c29d2a7
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 @@ -215,7 +215,7 @@ $(GOLANGCILINT):
| sh -s -- -b $(FIRST_GOPATH)/bin $(GOLANGCILINT_VERSION)

$(SHELLCHECK): $(BIN_DIR)
curl -sNL "https://storage.googleapis.com/shellcheck/shellcheck-stable.$(OS).$(ARCH).tar.xz" | tar --strip-components=1 -xJf - -C $(BIN_DIR)
curl -sNL "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.$(OS).$(ARCH).tar.xz" | tar --strip-components=1 -xJf - -C $(BIN_DIR)

$(GENERATE_TLS_CERT): | vendor $(BIN_DIR)
# A thin wrapper around github.com/cloudflare/cfssl
Expand Down

0 comments on commit c29d2a7

Please sign in to comment.