From ce0c174b6a7ccded51847825c107a6b1fdd3b081 Mon Sep 17 00:00:00 2001 From: rasul Date: Thu, 31 Oct 2019 17:23:42 -0500 Subject: [PATCH] apps file is called apps.toml now --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6ab7190..7324da2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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) => {