mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Merge remote-tracking branch 'letsencrypt/master'
This commit is contained in:
commit
08cb7f9dff
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class FileDisplay(Display):
|
|||
c, s = self.generic_menu(
|
||||
"Choose the names would you like to upgrade to HTTPS?",
|
||||
names,
|
||||
"Select the number of the name (c to cancel): ")
|
||||
"Select the number of the name: ")
|
||||
|
||||
# Make sure to return a list...
|
||||
return c, [names[s]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue