Skip to content

Commit 89a8866

Browse files
authored
Merge pull request #8904 from killianmuldoon/pr-clean-charts
🐛 Update clean-charts make target for new paths
2 parents 6073e52 + 7bafc52 commit 89a8866

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)