Merge pull request #86 from kaklakariada/fix-typo

Fix typo: Geting -> Getting
This commit is contained in:
Neil 2016-03-07 09:38:46 +08:00
commit 840d59bab5
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -660,7 +660,7 @@ issue() {
alldomains=$(echo "$Le_Domain,$Le_Alt" | tr ',' ' ' )
for d in $alldomains
do
_info "Geting token for domain" $d
_info "Getting token for domain" $d
_send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$d\"}}"
if [ ! -z "$code" ] && [ ! "$code" == '201' ] ; then
_err "new-authz error: $response"