mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-03-07 08:23:05 +00:00
fix: args quote
This commit is contained in:
parent
7b91330d02
commit
e1926bd093
|
|
@ -171,7 +171,7 @@ setup_api() {
|
|||
}
|
||||
|
||||
api_json() {
|
||||
api "$@" '-H "Content-Type: application/json"'
|
||||
api "$@" -H "Content-Type: application/json"
|
||||
}
|
||||
|
||||
api() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue