From 9b6a3ad1d39986b5d2cc8ea3636cc17c64986a3f Mon Sep 17 00:00:00 2001 From: anonimou0 Date: Tue, 20 Jul 2021 11:15:36 -0300 Subject: [PATCH] Fix typo on Artix OS Detection --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdetection b/include/osdetection index 52f26adf..8377a1ae 100644 --- a/include/osdetection +++ b/include/osdetection @@ -173,7 +173,7 @@ OS_FULLNAME="Arch Linux 32" OS_VERSION="Rolling release" ;; - artix") + "artix") LINUX_VERSION="Artix Linux" OS_FULLNAME="Artix Linux" OS_VERSION="Rolling release"