mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 15:42:43 +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
e770250bb9
commit
dd2844d5b8
@ -125,7 +125,8 @@ _smtp_send() {
|
||||
fi
|
||||
|
||||
# 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+.
|
||||
try:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user