Commit df60a224 authored by Ed Lynes's avatar Ed Lynes
Browse files

fix typo

parent aa85d0ff
......@@ -242,7 +242,7 @@ _EDGEDNS_getZoneInfo() {
_err "$(printf "Fatal error: acme API function call : %s" "$retVal")"
fi
if [ "$curResult" != "404" ]; then
err "$(printf "Managed zone validation failed. Error response: %s" "$retVal")"
_err "$(printf "Managed zone validation failed. Error response: %s" "$retVal")"
return 1
fi
fi
......
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