fix eval (explicit is better than implicit)
Domen Kožar 9 years ago 1834e725 230bf0ea
··· 24 24 }; 25 25 26 26 homeDir = mkOption { 27 27 - default = /var/lib/deluge; 27 27 + default = "/var/lib/deluge"; 28 28 example = "/home/flexget"; 29 29 type = types.path; 30 30 description = "Where files live.";