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 12:16:08 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 12:16:08 +0300
commitbc87855b6f29b4bcf8d0fa6f4e2f58137d4d5320 (patch)
tree0e2c58557fd73f6988ee5f3a29e29fd2d3c2a26c
parented9c6190a762c27195d92b93c4f5789671fb3444 (diff)
Aligning of code
-rw-r--r--include/profiles3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/profiles b/include/profiles
index 632815b1..b58e907c 100644
--- a/include/profiles
+++ b/include/profiles
@@ -445,8 +445,7 @@
# Register the discovered settings
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)"
- AddSetting "skip-upgrade-test" "${SKIP_UPGRADE_TEST}" "Skip upgrade test"
-
+ AddSetting "skip-upgrade-test" "${SKIP_UPGRADE_TEST}" "Skip upgrade test"
AddSetting "strict" "${SET_STRICT}" "Perform strict code test of scripts"
unset SETTING_LOG_TESTS_INCORRECT_OS SETTING_SHOW_REPORT_SOLUTION