From ef09362a9ff52a53ea5fc148a651bba105bc81a2 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 30 Dec 2015 15:48:59 -0800 Subject: [PATCH] bugfix --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 196c64f98..037188bb2 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -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: