Skip to content

Commit 0c98dc5

Browse files
committed
Fix logged typo when running pre hook
1 parent 5624242 commit 0c98dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3513,7 +3513,7 @@ _on_before_issue() {
35133513
_debug _chk_alt_domains "$_chk_alt_domains"
35143514
#run pre hook
35153515
if [ "$_chk_pre_hook" ]; then
3516-
_info "Runing pre hook:'$_chk_pre_hook'"
3516+
_info "Running pre hook:'$_chk_pre_hook'"
35173517
if ! (
35183518
export Le_Domain="$_chk_main_domain"
35193519
export Le_Alt="$_chk_alt_domains"

0 commit comments

Comments
 (0)