Skip to content

Commit 7c91ee1

Browse files
authored
Merge pull request #6949 from acmesh-official/dev
fix format
2 parents d2780eb + 1687cbd commit 7c91ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6891,7 +6891,7 @@ _getARICertID() {
68916891
# but Sectigo (ZeroSSL) is strict and rejects newOrder with HTTP 401
68926892
# "replaces field does not identify a certificate" if the byte is missing.
68936893
case "$_ser" in
6894-
[89aAbBcCdDeEfF]*) _ser="00$_ser" ;;
6894+
[89aAbBcCdDeEfF]*) _ser="00$_ser" ;;
68956895
esac
68966896

68976897
_akiurl="$(echo "$_aki" | _h2b | _base64 | _url_replace)"

0 commit comments

Comments
 (0)