Skip to content

Commit

Permalink
fix cli-doc generate (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjb authored Oct 31, 2023
1 parent 5ed7bcf commit ccca059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}; \
Expand Down

0 comments on commit ccca059

Please sign in to comment.