correct error message text now prompts user to run $certbot certificates (#5988)

This commit is contained in:
Sarah Braden
2018-05-14 14:21:09 -07:00
committed by Brad Warren
parent 907ee79715
commit a724dc659b
+1 -1
View File
@@ -324,7 +324,7 @@ def _find_lineage_for_domains_and_certname(config, domains, certname):
return "newcert", None
else:
raise errors.ConfigurationError("No certificate with name {0} found. "
"Use -d to specify domains, or run certbot --certificates to see "
"Use -d to specify domains, or run certbot certificates to see "
"possible certificate names.".format(certname))
def _get_added_removed(after, before):