1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

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.
This commit is contained in:
j
2015-12-03 19:14:21 +01:00
parent c45e394824
commit a4396b89a7

View File

@@ -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,