git.sr.ht: correct jq command for custom readme
1 files changed, 1 insertions(+), 1 deletions(-) M git.sr.ht/index.md
M git.sr.ht/index.md => git.sr.ht/index.md +1 -1
@@ 135,7 135,7 @@ repo_id=1337 # And the readme file: readme=README.html -jq -R '{ +jq -sR '{ "query": "mutation UpdateRepo($id: Int!, $readme: String!) { updateRepository(id: $id, input: { readme: $readme }) { id } }", "variables": {