From a4396b89a7ab89635845816d4d05cddccfb963df Mon Sep 17 00:00:00 2001 From: j Date: Thu, 3 Dec 2015 19:14:21 +0100 Subject: [PATCH] Remove ! at end of url (fixes open url in gnome-terminal) The ! at the end of the url is parsed as part of the url if one uses "Open Link" in gnome-terminal. --- 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 038ad6fdc..5c8c543b0 100644 --- a/letsencrypt/display/ops.py +++ b/letsencrypt/display/ops.py @@ -245,7 +245,7 @@ def success_installation(domains): """ util(interfaces.IDisplay).notification( - "Congratulations! You have successfully enabled {0}!{1}{1}" + "Congratulations! You have successfully enabled {0}{1}{1}" "You should test your configuration at:{1}{2}".format( _gen_https_names(domains), os.linesep,