1
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release.git synced 2026-05-06 18:47:35 +02:00

fix: reorder args

This commit is contained in:
Michael Kriese 2026-02-17 22:44:04 +01:00
parent f818df06f9
commit 7b91330d02
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -171,7 +171,7 @@ setup_api() {
} }
api_json() { api_json() {
api -H "Content-Type: application/json" "$@" api "$@" '-H "Content-Type: application/json"'
} }
api() { api() {