1
0

use tab in Makefile instead of spaces (#20305)

This commit is contained in:
Hamid Ghaf 2023-04-24 04:51:37 -07:00 committed by GitHub
parent 57661b8da3
commit 666ad87bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ bin: prep
@CGO_ENABLED=$(CGO_ENABLED) BUILD_TAGS='$(BUILD_TAGS) ui' sh -c "'$(CURDIR)/scripts/build.sh'"
testonly:
$(eval BUILD_TAGS += testonly)
$(eval BUILD_TAGS += testonly)
# dev creates binaries for testing Vault locally. These are put
# into ./bin/ as well as $GOPATH/bin