From 25b4cacd5ac76f12a50e988927a9a3e3a6bc8737 Mon Sep 17 00:00:00 2001 From: Marco Arment Date: Tue, 2 Mar 2021 08:43:25 -0500 Subject: [PATCH] Comply with shfmt's style preference --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 2b9a2b9a..06edc8d5 100755 --- a/acme.sh +++ b/acme.sh @@ -1480,7 +1480,7 @@ createDomainKey() { _initpath "$domain" "$_cdl" if [ ! -f "$CERT_KEY_PATH" ] || [ ! -s "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$_ACME_IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ]; then - if [ "$Le_ForceReuseDomainKey" = "1" ] ; then + if [ "$Le_ForceReuseDomainKey" = "1" ]; then _err "Cannot create new domain key because --always-force-reuse-domain-key is set" return 1 elif _createkey "$_cdl" "$CERT_KEY_PATH"; then