From ed3d3977f6238df8501abce28fbcc1516a44f4ef Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:09:53 -0400 Subject: [PATCH] Fixed a missed revision from previous commit. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8c0a4ce..77b94f6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -270,7 +270,7 @@ impl Information { "Arch Linux" | "Windows" | "PopOS" => String::from("bright cyan"), "Fedora Linux" | "Kali GNU/Linux" | "Alpine Linux" => String::from("bright blue"), "openSUSE Tumbleweed" | "openSUSE Leap" | "Linux Mint" | "Android" => String::from("bright green"), - "EndeavourOS" | "Gentoo" | "CentOS" | "CentOS Stream" => String::from("purple"), + "EndeavourOS" | "Gentoo" | "CentOS Linux" | "CentOS Stream" => String::from("purple"), "iOS" | "macOS" | "ElementaryOS" => String::from("bright white"), "AlmaLinux" => String::from("yellow"),