fixed typo

This commit is contained in:
ThiloGa 2020-03-07 19:34:57 +01:00
parent e1e1ee31f0
commit efef76d9cf
1 changed files with 1 additions and 1 deletions

View File

@ -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