mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Added correct os_info string for CentOS
This commit is contained in:
@@ -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."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user