mirror of
https://github.com/certbot/certbot.git
synced 2026-04-26 00:30:15 -04:00
Correctly document _suggest_donate
This commit is contained in:
parent
35093e8e3d
commit
96d31aea00
1 changed files with 1 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue