From 2c200b1e4316fd0d1dab7a175eb70b03c34a5b77 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 2 Feb 2016 15:05:08 -0800 Subject: [PATCH] Stray merge fix --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 2717581a7..e4a72682d 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -707,7 +707,7 @@ def install(config, plugins): le_client.enhance_config(domains, config) -def renew(args, cli_config, plugins): +def renew(cli_config, plugins): """Renew previously-obtained certificates.""" cli_config = configuration.RenewerConfiguration(cli_config) configs_dir = cli_config.renewal_configs_dir