Browse Source

Fix single quote escaping

pull/3959/head
Martin Arndt 1 year ago
committed by GitHub
parent
commit
fb33ea2a0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_artfiles.sh

2
dnsapi/dns_artfiles.sh

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

Loading…
Cancel
Save