mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 09:04:22 +08:00
Resolve spellcheck error
This commit is contained in:
@@ -113,7 +113,7 @@ _openprovider_rest() {
|
|||||||
export _H1="Content-Type: application/json"
|
export _H1="Content-Type: application/json"
|
||||||
export _H2="Accept: application/json"
|
export _H2="Accept: application/json"
|
||||||
export _H3="Authorization: Bearer $openproviderauthtoken"
|
export _H3="Authorization: Bearer $openproviderauthtoken"
|
||||||
|
|
||||||
if [ "$httpmethod" != "GET" ]; then
|
if [ "$httpmethod" != "GET" ]; then
|
||||||
response="$(_post "$requestbody" "$OPENPROVIDER_API_URL/$queryparameters" "" "$httpmethod")"
|
response="$(_post "$requestbody" "$OPENPROVIDER_API_URL/$queryparameters" "" "$httpmethod")"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user