Issue #2850 : grammar corrections for "exists" and "exist".

This commit is contained in:
Tony Gravagno
2020-06-29 11:29:10 -07:00
parent 71a5f0e84e
commit eca57beec1
8 changed files with 15 additions and 14 deletions

View File

@@ -155,7 +155,7 @@ _get_root() {
if [ "$HETZNER_Zone_ID" ]; then
_debug "Found, using: $HETZNER_Zone_ID"
if ! _hetzner_rest GET "zones/${HETZNER_Zone_ID}"; then
_debug "Zone with id '$HETZNER_Zone_ID' not exists."
_debug "Zone with id '$HETZNER_Zone_ID' does not exist."
_cleardomainconf "$domain_param_name"
unset HETZNER_Zone_ID
else