mirror of
https://github.com/certbot/certbot.git
synced 2026-06-15 19:49:05 -04:00
Lintian bug fix
This commit is contained in:
parent
497d7f3207
commit
b8ea2c19a3
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class HelpfulArgumentParser(object):
|
|||
# Do any post-parsing homework here
|
||||
|
||||
if self.verb == "renew":
|
||||
self.noninteractive_mode = True
|
||||
parsed_args.noninteractive_mode = True
|
||||
|
||||
# we get domains from -d, but also from the webroot map...
|
||||
if parsed_args.webroot_map:
|
||||
|
|
|
|||
Loading…
Reference in a new issue