From 419ad7df1edb229bd63b624d868e5122d0d82770 Mon Sep 17 00:00:00 2001 From: Thue Date: Tue, 4 Jun 2019 14:46:40 +0200 Subject: [PATCH] Fix typo cerbot->certbot. (#7118) --- certbot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/main.py b/certbot/main.py index 5365cd591..9ed44cceb 100644 --- a/certbot/main.py +++ b/certbot/main.py @@ -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)