diff options
-rw-r--r-- | git.sr.ht/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md index c4931a2..3cb914c 100644 --- a/git.sr.ht/index.md +++ b/git.sr.ht/index.md @@ -236,7 +236,7 @@ jq -sR '{ "readme": . } }' < $readme \ | curl --oauth2-bearer $bearer_token \ - -H "Content-Type: application/json" + -H "Content-Type: application/json" \ -d@- https://git.sr.ht/query ``` |