diff options
author | Clément Joly <l@131719.xyz> | 2021-08-01 06:30:37 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-08-01 09:25:56 +0200 |
commit | 7fe594442c41e5bf3f31154dde21c382cc14b02f (patch) | |
tree | 409e50d71ab2cace3e714ef8cd5ef1cacef31b12 /git.sr.ht/index.md | |
parent | a4dbf69cb7edb65c69761496ab22c019846832d5 (diff) | |
download | sr.ht-docs-7fe594442c41e5bf3f31154dde21c382cc14b02f.tar.gz |
Fix typo in code example
Diffstat (limited to 'git.sr.ht/index.md')
-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 ``` |