Skip to content

Commit

Permalink
Fix groups on unknown targets
Browse files Browse the repository at this point in the history
  • Loading branch information
sisungo committed Feb 22, 2024
1 parent 8c3521d commit de4953c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unknown/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub(crate) use self::network::{NetworkDataInner, NetworksInner};
pub(crate) use self::process::ProcessInner;
pub(crate) use self::system::SystemInner;
pub(crate) use self::users::{get_users, UserInner};
pub(crate) use self::groups::{get_groups, GroupInner};

use std::time::Duration;

Expand Down

0 comments on commit de4953c

Please # to comment.