From 1967a5db64a94842f7e23f6837b48031ff7ed7d8 Mon Sep 17 00:00:00 2001 From: Yuri S Date: Mon, 1 Jul 2019 12:47:44 +0500 Subject: [PATCH] fix spellcheck --- dnsapi/dns_vultr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_vultr.sh b/dnsapi/dns_vultr.sh index c8cd00bd..67e78dd9 100644 --- a/dnsapi/dns_vultr.sh +++ b/dnsapi/dns_vultr.sh @@ -145,8 +145,8 @@ _vultr_rest() { api_key_trimmed=$(echo $VULTR_API_KEY | tr -d '"') - export _H1="Api-Key: $VULTR_API_KEY" - export _H2="Content-Type: application/x-www-form-urlencoded" + export _H1="Api-Key: $api_key_trimmed" + export _H2='Content-Type: application/x-www-form-urlencoded' if [ "$m" != "GET" ]; then _debug data "$data"