mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #3092 from LeCoyote/patch-1
Changed Gentoo os_info string
This commit is contained in:
commit
b9ce09419f
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ CLI_DEFAULTS = {
|
|||
"red hat enterprise linux server": CLI_DEFAULTS_CENTOS,
|
||||
"rhel": CLI_DEFAULTS_CENTOS,
|
||||
"amazon": CLI_DEFAULTS_CENTOS,
|
||||
"gentoo": CLI_DEFAULTS_GENTOO,
|
||||
"gentoo base system": CLI_DEFAULTS_GENTOO,
|
||||
"darwin": CLI_DEFAULTS_DARWIN,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue