From 08f6158283c77180a75b06904348065344086691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= <31075951+laozhoubuluo@users.noreply.github.com> Date: Wed, 23 Nov 2022 23:38:15 +0800 Subject: [PATCH] fix lint --- backend/internal/certificate.js | 2 +- backend/setup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/internal/certificate.js b/backend/internal/certificate.js index 7a0be841..2f05fc8c 100644 --- a/backend/internal/certificate.js +++ b/backend/internal/certificate.js @@ -879,7 +879,7 @@ const internalCertificate = { // Special case for cloudflare if (dns_plugin.package_name === 'certbot-dns-cloudflare') { - prepareCmd = 'pip install certbot-dns-cloudflare --prefer-binary --index-url ' + PIP_URL; + prepareCmd = 'pip install certbot-dns-cloudflare --prefer-binary --index-url ' + PIP_URL; } // Whether the plugin has a ---credentials argument diff --git a/backend/setup.js b/backend/setup.js index 7bfbf78c..f6d38127 100644 --- a/backend/setup.js +++ b/backend/setup.js @@ -200,7 +200,7 @@ const setupCertbotPlugins = () => { } if (install_cloudflare_plugin) { - promises.push(utils.exec('pip install certbot-dns-cloudflare --prefer-binary --index-url ' + PIP_URL)); + promises.push(utils.exec('pip install certbot-dns-cloudflare --prefer-binary --index-url ' + PIP_URL)); } if (promises.length) {