Fix linting
Some checks reported errors
bastion/nginx-proxy-manager/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Jamie Curnow 2022-11-15 07:54:48 +10:00
parent 6f281fef42
commit fd30cfe98b
2 changed files with 5 additions and 4 deletions

View File

@ -176,6 +176,7 @@ const setupCertbotPlugins = () => {
certificates.map(function (certificate) {
if (certificate.meta && certificate.meta.dns_challenge === true) {
const dns_plugin = dns_plugins[certificate.meta.dns_provider];
if (dns_plugin.package_name === 'certbot-dns-cloudflare') {
install_cloudflare_plugin = true;
} else {