Skip to content

Commit 2388038

Browse files
committed
Revert "test edit clidocgen in makefile"
This reverts commit f151a47.
1 parent 996fe1d commit 2388038

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
@@ -632,7 +632,7 @@ docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/me
632632
pnpm exec prettier --write ./docs/admin/prometheus.md
633633

634634
docs/reference/cli/README.md: scripts/clidocgen/main.go examples/examples.gen.json $(GO_SRC_FILES)
635-
CI=true BASE_PATH="." go run ./scripts/clidocgen/
635+
CI=true BASE_PATH="." go run ./scripts/clidocgen/main.go
636636
./scripts/pnpm_install.sh
637637
pnpm exec prettier --write ./docs/reference/cli/README.md ./docs/reference/cli/*.md ./docs/manifest.json
638638

0 commit comments

Comments
 (0)