Browse Source

Fix whitespace error

pull/1000/head
Fabian Niepelt 8 years ago
committed by GitHub
parent
commit
739ea3e14b
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save