From 4f7d83d274c7b80aa6650cbede54fe4fea9a49fb Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 29 May 2015 11:45:06 -0700 Subject: [PATCH] Corrected comment in cli.py --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 8600ecc4f..59e99648d 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -361,7 +361,7 @@ def main(args=sys.argv[1:]): displayer = display_util.NcursesDisplay() zope.component.provideUtility(displayer) - # Notifier + # Reporter report = reporter.Reporter() zope.component.provideUtility(report) atexit.register(report.print_messages)