We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380325c commit 993b7dbCopy full SHA for 993b7db
Makefile
@@ -11,8 +11,8 @@ LDFLAGS += -X $(PKG)/vendor/k8s.io/helm/pkg/version.Version=$(shell grep -A1 "pa
11
12
.PHONY: install
13
install: build
14
- mkdir -p $(HELM_HOME)/plugins/helm-diff
15
- cp bin/diff $(HELM_HOME)/plugins/helm-diff/
+ mkdir -p $(HELM_HOME)/plugins/helm-diff/bin
+ cp bin/diff $(HELM_HOME)/plugins/helm-diff/bin
16
cp plugin.yaml $(HELM_HOME)/plugins/helm-diff/
17
18
.PHONY: build
0 commit comments