Don't check _should_renew twice

This commit is contained in:
Seth Schoen
2016-02-08 17:23:06 -08:00
parent d912a99bd9
commit de455ac6e0
+1 -1
View File
@@ -440,7 +440,7 @@ def _auth_from_domains(le_client, config, domains, lineage=None):
else:
# Renewal, where we already know the specific lineage we're
# interested in
action = "renew" if _should_renew(config, lineage) else "reinstall"
action = "renew"
if action == "reinstall":
# The lineage already exists; allow the caller to try installing