1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

missing elif

This commit is contained in:
Joshua Tauberer
2016-02-16 09:11:13 -05:00
parent 098e250cc4
commit 36cb2ef41d
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ def get_certificates_to_provision(env, show_extended_problems=True, force_domain
domains_if_any.add(domain)
# It's valid. Should we report its validness?
if show_extended_problems:
elif show_extended_problems:
problems[domain] = "The certificate is valid for at least another 30 days --- no need to replace."
# Warn the user about domains hosted elsewhere.