Skip to content

Commit

Permalink
Fix leb_release problem of voidlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Feb 28, 2024
1 parent ed45d58 commit a5b924c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_info/src/linux/lsb_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn get() -> Option<Info> {
Some("SUSE") => Type::SUSE,
Some("Ubuntu") => Type::Ubuntu,
Some("Ultramarine") => Type::Ultramarine,
Some("Void") => Type::Void,
Some("VoidLinux") => Type::Void,
_ => Type::Linux,
};

Expand Down

0 comments on commit a5b924c

Please sign in to comment.