mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Fix variable name
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ def get_systemd_os_like(filepath="/etc/os-release"):
|
||||
:rtype: `list` of `str`
|
||||
"""
|
||||
|
||||
return _get_systemd_os_release_var("LIKE", filepath).split(" ")
|
||||
return _get_systemd_os_release_var("ID_LIKE", filepath).split(" ")
|
||||
|
||||
|
||||
def _get_systemd_os_release_var(varname, filepath="/etc/os-release"):
|
||||
|
||||
Reference in New Issue
Block a user