fix pylint warning (and real bug) in bad spelling of resolve_conf_fn

This commit is contained in:
Scott Moser 2014-02-12 14:44:41 -05:00
parent fd93772a5c
commit eefdcc1897

View File

@ -34,7 +34,7 @@ class Distro(distros.Distro):
network_conf_dir = "/etc/netctl"
tz_conf_fn = "/etc/timezone"
tz_local_fn = "/etc/localtime"
resolv_conf_fn = "/etc/resolv.conf"
resolve_conf_fn = "/etc/resolv.conf"
init_cmd = ['systemctl'] # init scripts
exclude_modules = [
'grub-dpkg',