diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ errcheck: .PHONY: staticcheck staticcheck: - go install ./vendor/honnef.co/go/staticcheck/cmd/staticcheck + go install ./vendor/honnef.co/go/tools/cmd/staticcheck staticcheck $(PKGS) .PHONY: pretest |