missing both places

This commit is contained in:
techknowlogick 2023-09-07 21:38:01 -04:00
parent 85c643a155
commit b2c4cf0585

View file

@ -160,7 +160,7 @@ install-release-tools:
install-lint-tools:
@hash revive > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) install github.com/mgechev/revive@latest; \
$(GO) install github.com/mgechev/revive@v1.3.2; \
fi
@hash misspell > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) install github.com/client9/misspell/cmd/misspell@latest; \