Unverified Commit fb33ea2a authored by Martin Arndt's avatar Martin Arndt Committed by GitHub
Browse files

Fix single quote escaping

parent 63fca33b
......@@ -161,7 +161,7 @@ _get_zone() {
return 0
fi
_err 'Couldn\'t find root domain zone.'
_err 'Couldn'\''t find root domain zone.'
return 1
}
......
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