Fix logged typo when running pre hook

pull/6444/head
David Beitey 2025-07-13 11:18:10 +10:00
parent 56242423b2
commit 0c98dc54fe
1 changed files with 1 additions and 1 deletions

View File

@ -3513,7 +3513,7 @@ _on_before_issue() {
_debug _chk_alt_domains "$_chk_alt_domains"
#run pre hook
if [ "$_chk_pre_hook" ]; then
_info "Runing pre hook:'$_chk_pre_hook'"
_info "Running pre hook:'$_chk_pre_hook'"
if ! (
export Le_Domain="$_chk_main_domain"
export Le_Alt="$_chk_alt_domains"