mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 19:03:33 -04:00
bugfix
This commit is contained in:
parent
833e61a411
commit
ef09362a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ def choose_configurator_plugins(args, config, plugins, verb):
|
|||
'{1} {2} certonly --{0}{1}{1}'
|
||||
'(Alternatively, add a --installer flag. See https://eff.org/letsencrypt-plugins'
|
||||
'{1} and "--help plugins" for more information.)'.format(
|
||||
req_auth, os.linesep, cmd))
|
||||
req_auth, os.linesep, cli_command))
|
||||
|
||||
raise errors.MissingCommandlineFlag, msg
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue