Skip to content

Commit

Permalink
jq fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Nov 5, 2024
1 parent c254f28 commit 094f029
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 @@ -31,7 +31,7 @@ readme:
cargo +nightly rustdoc -- -Zunstable-options -wjson \
&& echo '# stellar-xdr' \
| cat target/doc/stellar_xdr.json \
| jq -r '"# stellar-xdr\n\n" + .index[.root].docs' \
| jq -r '"# stellar-xdr\n\n" + .index[.root|tostring].docs' \
> README.md

watch:
Expand Down

0 comments on commit 094f029

Please sign in to comment.