Fix typo in code example

This commit is contained in:
Clément Joly 2021-08-01 06:30:37 +00:00 committed by Drew DeVault
parent a4dbf69cb7
commit 7fe594442c
1 changed files with 1 additions and 1 deletions

View File

@ -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
```