Browse Source
Style issue
Spaces on blank line on line 133.
pull/2534/head
Bill Gertz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_miab.sh
|
@ -130,7 +130,7 @@ _miab_post() { |
|
|
_debug $httpmethod |
|
|
_debug $httpmethod |
|
|
_debug "_post_url" "$_post_url" |
|
|
_debug "_post_url" "$_post_url" |
|
|
_debug2 "body" "$body" |
|
|
_debug2 "body" "$body" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_inithttp |
|
|
_inithttp |
|
|
|
|
|
|
|
|
if [ "$_ACME_CURL" ] && [ "${ACME_USE_WGET:-0}" = "0" ]; then |
|
|
if [ "$_ACME_CURL" ] && [ "${ACME_USE_WGET:-0}" = "0" ]; then |
|
|