2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 06:15:14 +00:00

Fix single quote escaping

This commit is contained in:
Martin Arndt
2023-05-29 20:21:16 +02:00
committed by GitHub
parent 63fca33b04
commit fb33ea2a0b

View File

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