chore: change embedmd version

This commit is contained in:
Bo-Yi Wu 2021-03-27 14:20:49 +08:00
parent 67e5c5c9a3
commit d030d1ef6a
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@v2.0.0; \
$(GO) install github.com/campoy/embedmd@master; \
fi
embedmd -d *.md