mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
Update core/src/inner.rs
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
e009ef066c
commit
4b72e84b8d
@ -166,10 +166,7 @@ enum SystemDataType {
|
||||
#[serde(rename = "command_exists")]
|
||||
CommandExists,
|
||||
#[serde(untagged)]
|
||||
FileContains {
|
||||
file: PathBuf,
|
||||
contains: String,
|
||||
},
|
||||
FileContains { file: PathBuf, contains: String },
|
||||
}
|
||||
|
||||
fn filter_entries(entries: &mut Vec<Entry>) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user