mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Added correct os_info string for CentOS
This commit is contained in:
parent
da5b980674
commit
b856fc58af
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ CLI_DEFAULTS_CENTOS = dict(
|
|||
CLI_DEFAULTS = {
|
||||
"debian": CLI_DEFAULTS_DEBIAN,
|
||||
"ubuntu": CLI_DEFAULTS_DEBIAN,
|
||||
"centos": CLI_DEFAULTS_CENTOS
|
||||
"centos": CLI_DEFAULTS_CENTOS,
|
||||
"centos linux": CLI_DEFAULTS_CENTOS
|
||||
}
|
||||
"""CLI defaults."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue