From 3c2d8933cfb311a0667eef4f3d614b4c8a0d0055 Mon Sep 17 00:00:00 2001 From: JP <80802641+SlimJim716@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:18:24 -0400 Subject: [PATCH] Fixed Typo --- cloudflare-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare-template.sh b/cloudflare-template.sh index db43e8c..c5b2c80 100644 --- a/cloudflare-template.sh +++ b/cloudflare-template.sh @@ -22,7 +22,7 @@ fi ## Check and set the proper auth header ########################################### if [ "${auth_method}" == "global" ]; then - auth_header="X-Auth-Email:" + auth_header="X-Auth-Key:" else auth_header="Authorization: Bearer" fi