From 188713349a31df3c9222965c3baa1f2752c99dca Mon Sep 17 00:00:00 2001 From: John B Date: Fri, 4 Feb 2022 01:03:20 -0800 Subject: [PATCH] Fixed again - typo --- dnsapi/dns_japi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dnsapi/dns_japi.sh b/dnsapi/dns_japi.sh index 9243b5a9..c8ec79e2 100755 --- a/dnsapi/dns_japi.sh +++ b/dnsapi/dns_japi.sh @@ -23,7 +23,6 @@ dns_japi_add() { fullchallengedomain="${JAPI_domain:-$(_readaccountconf_mutable JAPI_domain)}" _debug "Full Challenge Domain is: $fullchallengedomain" JAPI_apikey="${JAPI_apikey:-$(_readaccountconf_mutable JAPI_apikey)}" - "$_domain" #Set H1,H2 headers with DNS Exit API key export _H1="Content-Type: application/json"