mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +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 "
|
||||
"by acme. Please ensure it is a valid email and "
|
||||
"attempt registration again.")
|
||||
raise erros.MissingCommandlineFlag(msg)
|
||||
raise errors.MissingCommandlineFlag(msg)
|
||||
else:
|
||||
config.namespace.email = display_ops.get_email(invalid=True)
|
||||
return perform_registration(acme, config)
|
||||
|
||||
Reference in New Issue
Block a user