mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-28 18:11:10 +02:00
Fix build (#3288)
This commit is contained in:
parent
de7f39e064
commit
1b2607ae12
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ vet:
|
|||||||
# source files.
|
# source files.
|
||||||
prep:
|
prep:
|
||||||
go generate $(go list ./... | grep -v /vendor/)
|
go generate $(go list ./... | grep -v /vendor/)
|
||||||
cp -u .hooks/* .git/hooks/
|
cp .hooks/* .git/hooks/
|
||||||
|
|
||||||
# bootstrap the build by downloading additional tools
|
# bootstrap the build by downloading additional tools
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user