Skip to content

Commit dc73ca5

Browse files
committed
#754 Use a more generic name for script
I plan to use it also to generate the other docs. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 1e052e7 commit dc73ca5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ hook-docs: ## Generate documentation for hooks.
8585
.PHONY: scanner-docs
8686
scanner-docs: ## Generate documentation for scanners.
8787
@for chart in $(SCANNERS_CHART_LIST); do \
88-
$(BIN_DIR)/generate-scanner-docs.sh "$${chart}" $(HELM_DOCS_DIR); \
88+
$(BIN_DIR)/generate-docs.sh "$${chart}" $(HELM_DOCS_DIR); \
8989
done
9090

9191
# FIXME: #754 Remove .ONESHELL which is unsupported on some systems

0 commit comments

Comments
 (0)