Skip to content

Commit 8cac773

Browse files
authored
Merge pull request #6444 from davidjb/fix-typo
Fix logged typo when running pre hook
2 parents 365ec1f + 0c98dc5 commit 8cac773

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)