~nesv/govern

99a316d29d2f3cf76ae6e988160e0ff0107aa158 — Nick Saika 1 year, 2 months ago c30b6f9
makefile: Fix typo
1 files changed, 1 insertions(+), 1 deletions(-)

M GNUmakefile
M GNUmakefile => GNUmakefile +1 -1
@@ 46,6 46,6 @@ clean:
.PHONY: check
check:
	go vet ./...
ifneq ($(shell comamnd -v staticcheck 2>/dev/null),)
ifneq ($(shell command -v staticcheck),)
	staticcheck ./...
endif