diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 2b3401c19..3295e7831 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -305,12 +305,7 @@ def _report_new_cert(cert_path, fullchain_path): reporter_util.add_message(msg, reporter_util.MEDIUM_PRIORITY) def _suggest_donate(): - """Reports the creation of a new certificate to the user. - - :param str cert_path: path to cert - :param str fullchain_path: path to full chain - - """ + "Suggest a donation to support Let's Encrypt" reporter_util = zope.component.getUtility(interfaces.IReporter) msg = ("If like Let's Encrypt, please consider supporting our work by:\n\n" "Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate\n"