Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into version-9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Feb 24, 2024
2 parents 75b8a3a + ec20bbe commit 7f4e3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f4e3bc

Please sign in to comment.