1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

change invocation

This commit is contained in:
Noah Swartz
2016-05-19 12:27:17 -07:00
parent 409640fb87
commit 0bb8b0bcd5

View File

@@ -199,7 +199,7 @@ iQIDAQAB
**kwargs)
env.update(d)
return out_and_err(
join(venv_dir, 'letsencrypt-auto') + ' --version',
join(venv_dir, 'certbot-auto') + ' --version',
shell=True,
env=env)