apps file is called apps.toml now

master
rasul 5 years ago
parent 4e36fb32e6
commit ce0c174b6a

@ -33,7 +33,7 @@ fn main() {
logger::set_level(config.log_level);
let mut apps_file = config.config_directory.clone();
apps_file.push("sup.toml");
apps_file.push("apps.toml");
match startup(apps_file) {
Ok(p) => {

Loading…
Cancel
Save