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

Fix another merge glitch

This commit is contained in:
Peter Eckersley
2016-02-02 12:39:48 -08:00
parent 623fd9f417
commit aafe7f2a84

View File

@@ -670,7 +670,7 @@ def obtain_cert(config, plugins):
domains = _find_domains(config, installer)
_auth_from_domains(le_client, config, domains)
if args.dry_run:
if config.dry_run:
_report_successful_dry_run()
_suggest_donation_if_appropriate(config)