mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Fix build (#3288)
This commit is contained in:
parent
de7f39e064
commit
1b2607ae12
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue