From 094f02974c8c03b6f54abfe92cff59d6d8e54684 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Tue, 5 Nov 2024 12:35:31 -0800 Subject: [PATCH] jq fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df67449a..a7ebf306 100644 --- a/Makefile +++ b/Makefile @@ -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: