fix typo in Makefile (#72)

This commit is contained in:
Joshua Humphries 2018-12-12 10:10:23 -05:00 committed by GitHub
parent d86529bb4f
commit 70e9bba1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ golint:
golint -min_confidence 0.9 -set_exit_status ./...
# Intentionally omitted from CI, but target here for ad-hoc reports.
.PHONY: errchack
.PHONY: errcheck
errcheck:
@go get github.com/kisielk/errcheck
errcheck ./...