Commit 928aa74e authored by wout's avatar wout
Browse files

Fix typo

parent 8fdfe673
......@@ -30,7 +30,7 @@ dns_constellix_add() {
return 1
fi
# The TXT record might already exist when working with wilcard certificates. In that case, update the record by adding the new value.
# The TXT record might already exist when working with wildcard certificates. In that case, update the record by adding the new value.
_debug "Search TXT record"
if _constellix_rest GET "domains/${_domain_id}/records/TXT/search?exact=${_sub_domain}"; then
if printf -- "%s" "$response" | grep "{\"errors\":\[\"Requested record was not found\"\]}" >/dev/null; then
......
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