From aafe7f2a844c82c7c58ecddb6eb4f1bbf57dc0eb Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 2 Feb 2016 12:39:48 -0800 Subject: [PATCH] Fix another merge glitch --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index d17a24bdc..5cee595c0 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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)