mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-27 07:21:53 +00:00
Make shfmt happy
(I'm open to better ways of formatting the heredoc that embeds the Python script.)
This commit is contained in:
parent
2d9506eb54
commit
6e61c34f0f
@ -125,7 +125,8 @@ _smtp_send() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# language=Python
|
# language=Python
|
||||||
smtp_send_output="$($SMTP_PYTHON <<EOF
|
smtp_send_output="$(
|
||||||
|
$SMTP_PYTHON <<EOF
|
||||||
# This code is meant to work with either Python 2.7.x or Python 3.4+.
|
# This code is meant to work with either Python 2.7.x or Python 3.4+.
|
||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user