fixing syntax issue for etcd builds

This commit is contained in:
Timothy-Dougherty 2025-06-20 09:11:35 +10:00
parent 0f478e52a8
commit db32c4cf7c
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ else
for version in $(BUNDLED_ETCD_VERSIONS); do \
etcd_release_tmp_dir=$(shell mktemp -d); \
etcd_build_dir="/go/src/github.com/coreos/etcd"; \
etcd_build_script="./build.sh"
etcd_build_script="./build.sh"; \
if [ $$(echo $$version | cut -d. -f2) -gt 3 ]; then \
etcd_build_dir="/go/src/go.etcd.io/etcd"; \
fi; \