fix lint
This commit is contained in:
parent
38e86afc56
commit
08f6158283
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue