mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
fix typo
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ def perform_registration(acme, config):
|
|||||||
msg = ("The email you specified was unable to be verified "
|
msg = ("The email you specified was unable to be verified "
|
||||||
"by acme. Please ensure it is a valid email and "
|
"by acme. Please ensure it is a valid email and "
|
||||||
"attempt registration again.")
|
"attempt registration again.")
|
||||||
raise erros.MissingCommandlineFlag(msg)
|
raise errors.MissingCommandlineFlag(msg)
|
||||||
else:
|
else:
|
||||||
config.namespace.email = display_ops.get_email(invalid=True)
|
config.namespace.email = display_ops.get_email(invalid=True)
|
||||||
return perform_registration(acme, config)
|
return perform_registration(acme, config)
|
||||||
|
|||||||
Reference in New Issue
Block a user