mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Fixed issue #27
This commit is contained in:
@@ -79,7 +79,7 @@ class Client(object):
|
|||||||
# found within the config to self.names
|
# found within the config to self.names
|
||||||
# Then filters them based on user selection
|
# Then filters them based on user selection
|
||||||
code, self.names = display.filter_names(self.get_all_names())
|
code, self.names = display.filter_names(self.get_all_names())
|
||||||
if code == display.OK:
|
if code == display.OK and self.names:
|
||||||
# TODO: Allow multiple names once it is setup
|
# TODO: Allow multiple names once it is setup
|
||||||
self.names = [self.names[0]]
|
self.names = [self.names[0]]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user