1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

fix editing error

This commit is contained in:
Peter Eckersley
2016-02-02 10:59:01 -08:00
parent e01ac9287e
commit 623fd9f417

View File

@@ -664,7 +664,7 @@ def obtain_cert(config, plugins):
"Dry run: skipping saving certificate to %s", config.cert_path)
else:
cert_path, _, cert_fullchain = le_client.save_certificate(
, chain, config.cert_path, config.chain_path, args.fullchain_path)
certr, chain, config.cert_path, config.chain_path, args.fullchain_path)
_report_new_cert(cert_path, cert_fullchain)
else:
domains = _find_domains(config, installer)