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:
authorSkactor <sk4ct0r@gmail.com>2020-02-24 15:44:05 +0300
committerGitHub <noreply@github.com>2020-02-24 15:44:05 +0300
commit35e568e695da2a0d37854f2b769cb438747e3e58 (patch)
treefe3ffa0a68d09b3db26acf646680e0bc23a41d2f /include/tests_ports_packages
parentd81cc71790144ed9ff354748254d300d297f3da6 (diff)
Update tests_ports_packages
Incorrect constant name spelling
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 4d037bf7..326bd94f 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -1347,7 +1347,7 @@
Display --indent 2 --text "- Toolkit for automatic upgrades (${UNATTENDED_UPGRADES_TOOL})" --result "${STATUS_FOUND}" --color GREEN
else
AddHP 1 5
- Display --indent 2 --text "- Toolkit for automatic upgrades" --result "${STATUS_NOTFOUND}" --color YELLOW
+ Display --indent 2 --text "- Toolkit for automatic upgrades" --result "${STATUS_NOT_FOUND}" --color YELLOW
LogText "Result: no toolkit for automatic updates discovered"
ReportSuggestion "${TEST_NO}" "Consider using a tool to automatically apply upgrades"
fi