Commit efef76d9 authored by ThiloGa's avatar ThiloGa
Browse files

fixed typo

parent e1e1ee31
......@@ -75,7 +75,7 @@ dns_nm_rm() {
exit_code="$?"
if [ "$exit_code" != "0" ]; then
_err "error Deleting $zone TXT: $txt_value"
_err "Error $exit_code?"
_err "Error $exit_code"
return 1
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