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>2016-08-13 11:06:09 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 11:06:09 +0300
commitf4ed6f11df80daa0890ef4b3d660b0ddd3428305 (patch)
tree99380bb25f0c96ee2dca807fb167b649dad1e8aa /include/profiles
parent75d7c5dad65ea14d9f7149cb4f9fb947ca55702d (diff)
Adjusted setting in registration
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profiles b/include/profiles
index 6aa64620..cc41fd30 100644
--- a/include/profiles
+++ b/include/profiles
@@ -445,7 +445,7 @@
#################################################################################
#
# Register the discovered settings
- AddSetting "logging-tests-incorrect-os" "${SETTING_LOG_TESTS_INCORRECT_OS}" "Logging of tests that have a different OS"
+ AddSetting "log-tests-incorrect-os" "${SETTING_LOG_TESTS_INCORRECT_OS}" "Logging of tests that have a different OS"
AddSetting "show-report-solution" "${SETTING_SHOW_REPORT_SOLUTION}" "Show more details in report (solution)"
unset SETTING_LOG_TESTS_INCORRECT_OS SETTING_SHOW_REPORT_SOLUTION
#