diff --git a/src/apps.rs b/src/apps.rs index e584dc2..31ef55e 100644 --- a/src/apps.rs +++ b/src/apps.rs @@ -16,7 +16,7 @@ use crate::result::Result; #[derive(Debug, Deserialize)] pub struct Apps { /// List of apps to start and monitor - pub app: Vec, + app: Vec, } impl Apps {