We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aed0e9 commit 68ca289Copy full SHA for 68ca289
letsencrypt-apache/letsencrypt_apache/display_ops.py
@@ -84,7 +84,7 @@ def _vhost_menu(domain, vhosts):
84
"We were unable to find a vhost with a ServerName "
85
"or Address of {0}.{1}Which virtual host would you "
86
"like to choose?\n(note: conf files with multiple "
87
- "vhosts are not currently supported)".format(domain, os.linesep),
+ "vhosts are not yet supported)".format(domain, os.linesep),
88
choices, help_label="More Info", ok_label="Select")
89
except errors.MissingCommandlineFlag as e:
90
msg = ("Failed to run Apache plugin non-interactively{1}{0}{1}"
0 commit comments