mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Return individual key, not entire config dictionary!
This commit is contained in:
@@ -22,4 +22,4 @@ def os_constant(key):
|
||||
# based on what OS we are running under. To see an
|
||||
# approach to how to handle different OSes, see the
|
||||
# apache version of this file.
|
||||
return CLI_DEFAULTS
|
||||
return CLI_DEFAULTS[key]
|
||||
|
||||
Reference in New Issue
Block a user