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

remove line break

parent 81ba629b
......@@ -134,8 +134,7 @@ dns_one_rm() {
response="$(echo "$response" | _normalizeJson)"
_debug response "$response"
if [ "$response" = '{"result":null,"metadata":null}' ];
then
if [ "$response" = '{"result":null,"metadata":null}' ]; then
_info "Removed, OK"
return 0
else
......
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