Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
change wget to curl (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
arugal committed Jul 8, 2020
1 parent d691d0a commit 684bd93
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 @@ -27,7 +27,7 @@ deps:

LINTER := bin/golangci-lint
$(LINTER):
wget -q -O- https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.20.1
curl -L https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.20.1

.PHONY: lint
lint: $(LINTER)
Expand Down

0 comments on commit 684bd93

Please sign in to comment.