Skip to content

Commit fcd358e

Browse files
committed
Resolve spellcheck error
1 parent 06d3739 commit fcd358e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsapi/dns_openprovider_rest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ _openprovider_rest() {
113113
export _H1="Content-Type: application/json"
114114
export _H2="Accept: application/json"
115115
export _H3="Authorization: Bearer $openproviderauthtoken"
116-
116+
117117
if [ "$httpmethod" != "GET" ]; then
118118
response="$(_post "$requestbody" "$OPENPROVIDER_API_URL/$queryparameters" "" "$httpmethod")"
119119
else

0 commit comments

Comments
 (0)