mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Corrected comment in cli.py
This commit is contained in:
parent
0558aa1c01
commit
4f7d83d274
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue