1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Make this less cramped

This commit is contained in:
Peter Eckersley
2012-08-13 02:48:16 -07:00
parent 13c7fd045e
commit 76868ad6e7

View File

@@ -390,7 +390,7 @@ def authenticate():
sni_challenge.apache_restart(quiet=curses)
if curses:
dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!")
dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!", width=70)
by_default()
else:
print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"