Merge remote-tracking branch 'origin/master' into version-9.0

This commit is contained in:
brokenpip3 2024-02-25 00:01:22 +01:00
commit 7f4e3bceae
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ ifeq ($(strip $(HAS_HELM)),)
rm -rf $(PROJECT_DIR)/bin/$(PLATFORM)-amd64
rm -rf $(PROJECT_DIR)/bin/helm.tar.gz
else
mkdir -p $(PROJECT_DIR)/bin
mkdir -p $(PROJECT_DIR)/bin
test -L $(PROJECT_DIR)/bin/helm || ln -sf $(shell command -v helm) $(PROJECT_DIR)/bin/helm
endif