fix spelling

This commit is contained in:
ston1th 2020-11-15 18:51:04 +01:00
commit ce7d138c60
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ golint:
$(GOPATH)/bin/golint .
misspell:
$(GOPATH)/bin/misspell pkg/* cmd/* Makefile README.md
$(GOPATH)/bin/misspell pkg/* cmd/* Makefile README.md vipman.yaml
test:
ifeq ($(shell go env GOARCH), $(shell go env GOHOSTARCH))