Label type Exec has command, not exec
This commit is contained in:
@@ -52,7 +52,7 @@ pub enum LabelData {
|
|||||||
Exec {
|
Exec {
|
||||||
last_exec: Instant,
|
last_exec: Instant,
|
||||||
interval: f32,
|
interval: f32,
|
||||||
exec: Vec<Arc<str>>,
|
command: Vec<Arc<str>>,
|
||||||
child: Option<process::Child>,
|
child: Option<process::Child>,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user