mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Fix fake letsencrypt
This commit is contained in:
committed by
Peter Eckersley
parent
435dfc0c52
commit
e192cce1fc
@@ -4,5 +4,5 @@ from sys import argv, stderr
|
||||
def main():
|
||||
"""Act like letsencrypt --version insofar as printing the version number to
|
||||
stderr."""
|
||||
if len(argv) >= 2 and argv[1] == '--version':
|
||||
if '--version' in argv:
|
||||
stderr.write('letsencrypt 99.9.9\n')
|
||||
|
||||
Reference in New Issue
Block a user