mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Formatted output of filter_names selection for --text mode
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user