mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Fix typo cerbot->certbot. (#7118)
This commit is contained in:
+1
-1
@@ -671,7 +671,7 @@ def register(config, unused_plugins):
|
|||||||
# delete the true case of if block
|
# delete the true case of if block
|
||||||
if config.update_registration:
|
if config.update_registration:
|
||||||
msg = ("Usage 'certbot register --update-registration' is deprecated.\n"
|
msg = ("Usage 'certbot register --update-registration' is deprecated.\n"
|
||||||
"Please use 'cerbot update_account [options]' instead.\n")
|
"Please use 'certbot update_account [options]' instead.\n")
|
||||||
logger.warning(msg)
|
logger.warning(msg)
|
||||||
return update_account(config, unused_plugins)
|
return update_account(config, unused_plugins)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user