mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Return individual key, not entire config dictionary!
This commit is contained in:
parent
ae6ca4d4ca
commit
e77a3ed7b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue