diff --git a/forgejo-release.sh b/forgejo-release.sh index e897872..7ce8f1c 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() {