This commit is contained in:
Vishal Nayak 2017-09-05 09:02:17 -04:00 committed by Jeff Mitchell
parent de7f39e064
commit 1b2607ae12

View File

@ -61,7 +61,7 @@ vet:
# source files.
prep:
go generate $(go list ./... | grep -v /vendor/)
cp -u .hooks/* .git/hooks/
cp .hooks/* .git/hooks/
# bootstrap the build by downloading additional tools
bootstrap: