This commit is contained in:
老周部落 2022-11-23 23:38:15 +08:00 committed by GitHub
parent 38e86afc56
commit 08f6158283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 --<name>-credentials argument

View file

@ -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) {