Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-07-20 17:32:18 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-07-20 17:32:18 +0300
commit71c15afbd12381c1025e5b7a779abffa15f8ee4f (patch)
treed6caba6ce4811ce31f138afb37d770e8c7b7bf9c /include/osdetection
parent461f1ba0ed0004faede0391187da33cd661cdaa4 (diff)
Added missing quote
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
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"