aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-02-02 16:55:44 +0100
committerJay Berkenbilt <ejb@ql.org>2019-02-02 16:55:44 +0100
commitae65cdcce2427f8fe106ecf4da53602210b68210 (patch)
tree38ae61ef6b215a945e489b251a6a9e085a74a53d /README-maintainer
parentcb47c515189f2d0ed0f1ef0fddd57c486d5b6372 (diff)
downloadqpdf-ae65cdcce2427f8fe106ecf4da53602210b68210.tar.zst
Fix typo in release instructions
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index 994653e2..ec257178 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -157,7 +157,7 @@ git push upstream release-qpdf-$version
# Create release
TOKEN=$(cat ~/.github-token)
-function gcurl() { curl -H "Authorization: token $TOKEN" ${1+"$@"} }
+function gcurl() { curl -H "Authorization: token $TOKEN" ${1+"$@"}; }
url=$(gcurl -s -XPOST https://api.github.com/repos/qpdf/qpdf/releases -d'{"tag_name": "release-qpdf-'$version'", "name": "qpdf '$version'", "draft": true}' | jq -r '.url')
# Get upload url