Commit 840d59ba authored by Neil's avatar Neil
Browse files

Merge pull request #86 from kaklakariada/fix-typo

Fix typo: Geting -> Getting
parents 0d11bd5c b5ec3615
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment