Browse Source

Incorrect variable

One variable replacement missed, remove refs to domain_id which isn't used.
pull/1918/head
Mike Barnes 7 years ago
parent
commit
4a5f6fac7d
  1. 2
      dnsapi/dns_pointhq.sh

2
dnsapi/dns_pointhq.sh

@ -142,7 +142,7 @@ _pointhq_rest() {
data="$3"
_debug "$ep"
_pointhq_auth=$(printf "%s:%s" "$PointHQ_Username" "$PointHQ_Key" | _base64)
_pointhq_auth=$(printf "%s:%s" "$PointHQ_Email" "$PointHQ_Key" | _base64)
export _H1="Authorization: Basic $_pointhq_auth"
export _H2="Content-Type: application/json"

Loading…
Cancel
Save