From 44585f3c4de7ae2c6f0c7f1fc4db79ca6c6a8e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roy=20Wellington=20=E2=85=A3?= Date: Sat, 30 Jan 2016 19:55:16 -0800 Subject: [PATCH] Remove a double space before this URL. --- letsencrypt/display/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/display/ops.py b/letsencrypt/display/ops.py index c9b5c9fa1..b3c057301 100644 --- a/letsencrypt/display/ops.py +++ b/letsencrypt/display/ops.py @@ -82,7 +82,7 @@ def pick_plugin(config, default, plugins, question, ifaces): "Missing command line flags. For non-interactive execution, " "you will need to specify a plugin on the command line. Run " "with '--help plugins' to see a list of options, and see " - " https://eff.org/letsencrypt-plugins for more detail on what " + "https://eff.org/letsencrypt-plugins for more detail on what " "the plugins do and how to use them.") filtered = plugins.visible().ifaces(ifaces)