Skip to content

Commit

Permalink
Fix: Adjust file_release Name & Add Words to Spell Check
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitZeta committed Feb 27, 2024
1 parent 7dd3d30 commit d0c186e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ xbian
xenenterprise
xenial
xenserver
ultramarine
kuma
2 changes: 1 addition & 1 deletion os_info/src/linux/file_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static DISTRIBUTIONS: [ReleaseInfo; 6] = [
"sles" => Some(Type::SUSE),
"sles_sap" => Some(Type::SUSE), // SUSE SAP
"ubuntu" => Some(Type::Ubuntu),
"ultramarinelinux" => Some(Type::Ultramarine),
"ultramarine" => Some(Type::Ultramarine),
//"virtuozzo" => Virtuozzo
//"void" => Void
//"XCP-ng" => xcp-ng
Expand Down

0 comments on commit d0c186e

Please sign in to comment.