Fixed Typo

This commit is contained in:
JP 2021-07-19 08:18:24 -04:00 committed by GitHub
parent 6e15f4f85f
commit 3c2d8933cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ fi
## Check and set the proper auth header ## Check and set the proper auth header
########################################### ###########################################
if [ "${auth_method}" == "global" ]; then if [ "${auth_method}" == "global" ]; then
auth_header="X-Auth-Email:" auth_header="X-Auth-Key:"
else else
auth_header="Authorization: Bearer" auth_header="Authorization: Bearer"
fi fi