Fixed Typo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user