mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Corrected comment in cli.py
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user