Fixed Typo
This commit is contained in:
parent
6e15f4f85f
commit
3c2d8933cf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue