aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
authorClément Joly <l@131719.xyz>2021-08-01 06:30:37 +0000
committerDrew DeVault <sir@cmpwn.com>2021-08-01 09:25:56 +0200
commit7fe594442c41e5bf3f31154dde21c382cc14b02f (patch)
tree409e50d71ab2cace3e714ef8cd5ef1cacef31b12 /git.sr.ht
parenta4dbf69cb7edb65c69761496ab22c019846832d5 (diff)
downloadsr.ht-docs-7fe594442c41e5bf3f31154dde21c382cc14b02f.tar.gz
Fix typo in code example
Diffstat (limited to 'git.sr.ht')
-rw-r--r--git.sr.ht/index.md2
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
```