chore: missing embedmd version

This commit is contained in:
Bo-Yi Wu 2021-03-27 14:16:24 +08:00
parent 21c5c321c8
commit 67e5c5c9a3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ vet:
embedmd:
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) install github.com/campoy/embedmd; \
$(GO) install github.com/campoy/embedmd@v2.0.0; \
fi
embedmd -d *.md