diff --git a/forgejo-release.sh b/forgejo-release.sh index 7ce8f1c..f8676be 100755 --- a/forgejo-release.sh +++ b/forgejo-release.sh @@ -171,7 +171,7 @@ setup_api() { } api_json() { - api "$@" '-H "Content-Type: application/json"' + api "$@" -H "Content-Type: application/json" } api() {