diff --git a/Makefile b/Makefile index 82881a2cdb..0bf1d14647 100644 --- a/Makefile +++ b/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: