From 96797ec112426f5867dc7d34ec934dc59ab1a093 Mon Sep 17 00:00:00 2001 From: Ben Blattberg Date: Tue, 31 Oct 2023 10:40:09 -0500 Subject: [PATCH] fix cli-doc generate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a4f3c83..f7e5afd7 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ cli-docs: ## generate cli documenation docs/content/reference/pgo.md > \ docs/content/reference/_index.md rm docs/content/reference/pgo.md - @echo "Break out a separate code block for `Example output`" + @echo "Break out a separate code block for \`Example output\`" for filename in $(wildcard docs/content/reference/pgo_*.md); do \ NL=$$'\n'; \ sed -i "s/### Example output/\`\`\`\\$${NL}### Example output\\$${NL}\`\`\`/g" $${filename}; \