Skip to content

Commit 7bafc52

Browse files
Update clean-charts make target for new paths
Signed-off-by: killianmuldoon <[email protected]>
1 parent 6073e52 commit 7bafc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ clean-tilt: clean-charts clean-kind ## Remove all files generated by Tilt
11601160

11611161
.PHONY: clean-charts
11621162
clean-charts: ## Remove all local copies of Helm charts in ./hack/observability
1163-
(for path in "./hack/observability/*"; do rm -rf $$path/charts ; done)
1163+
(for path in "./hack/observability/*"; do rm -rf $$path/.charts ; done)
11641164

11651165
.PHONY: clean-book
11661166
clean-book: ## Remove all generated GitBook files

0 commit comments

Comments
 (0)