Skip to content

Commit 7f9074a

Browse files
committed
fix format
1 parent 64847af commit 7f9074a

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
@@ -5323,7 +5323,7 @@ renew() {
53235323
Le_PostHook="$(_readdomainconf Le_PostHook)"
53245324
Le_RenewHook="$(_readdomainconf Le_RenewHook)"
53255325
Le_Preferred_Chain="$(_readdomainconf Le_Preferred_Chain)"
5326-
#when renew from an old version, the empty Le_Keylength means 2048
5326+
#when renew from an old version, the empty Le_Keylength means 2048
53275327
if [ -z "$Le_Keylength" ]; then
53285328
Le_Keylength=2048
53295329
fi

0 commit comments

Comments
 (0)