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

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 ./...