mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Stray merge fix
This commit is contained in:
parent
c7d7904c07
commit
2c200b1e43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue