Unverified Commit ed3f2646 authored by diseq's avatar diseq Committed by GitHub
Browse files

fix format

parent 0499d2b5
...@@ -135,11 +135,11 @@ dns_one_rm() { ...@@ -135,11 +135,11 @@ dns_one_rm() {
_debug response "$response" _debug response "$response"
if [ "$response" = '{"result":null,"metadata":null}' ]; then if [ "$response" = '{"result":null,"metadata":null}' ]; then
_info "Removed, OK" _info "Removed, OK"
return 0 return 0
else else
_err "Removing txt record error." _err "Removing txt record error."
return 1 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