Fix whitespace error

This commit is contained in:
Fabian Niepelt 2017-09-02 22:41:39 +02:00 committed by GitHub
parent 4a6c3486a8
commit 739ea3e14b

View File

@ -3937,7 +3937,7 @@ issue() {
_initpath "$_main_domain" "$_ecc" _initpath "$_main_domain" "$_ecc"
. "$DOMAIN_CONF" . "$DOMAIN_CONF"
if ! _on_issue_success "$_post_hook" "$_renew_hook"; then if ! _on_issue_success "$_post_hook" "$_renew_hook"; then
_err "Call hook error." _err "Call hook error."
return 1 return 1