Skip to content

Commit 7701f30

Browse files
wfslyarttor
authored andcommitted
fix: indent issue in the Makefile demo
1 parent 0126096 commit 7701f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Submit issue if some features missing for your use-case.
5858
.PHONY: helmify
5959
helmify: $(HELMIFY) ## Download helmify locally if necessary.
6060
$(HELMIFY): $(LOCALBIN)
61-
test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/arttor/helmify/cmd/helmify@latest
61+
test -s $(LOCALBIN)/helmify || GOBIN=$(LOCALBIN) go install github.com/arttor/helmify/cmd/helmify@latest
6262
6363
helm: manifests kustomize helmify
64-
$(KUSTOMIZE) build config/default | $(HELMIFY)
64+
$(KUSTOMIZE) build config/default | $(HELMIFY)
6565
```
6666
3. Run `make helm` in project root. It will generate helm chart with name 'chart' in 'chart' directory.
6767

0 commit comments

Comments
 (0)