Fix typo cerbot->certbot. (#7118)

This commit is contained in:
Thue
2019-06-04 14:46:40 +02:00
committed by Adrien Ferrand
parent 889aeb31df
commit 419ad7df1e
+1 -1
View File
@@ -671,7 +671,7 @@ def register(config, unused_plugins):
# delete the true case of if block
if config.update_registration:
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)
return update_account(config, unused_plugins)