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:
authormboelen <michael@cisofy.com>2014-10-13 22:45:43 +0400
committermboelen <michael@cisofy.com>2014-10-13 22:45:43 +0400
commit20815d81339bd3cca07a960e09825064a8607883 (patch)
treead781eca96d7cbb4893572c3c55588dadd2554cf /include
parent19fd3482497fba3aeac4a763874fd82d0b662324 (diff)
Changed typo cly.py to cli.py
Diffstat (limited to 'include')
-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 d31f6963..1ac8f12d 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -594,7 +594,7 @@
if [ ${DO_TEST} -eq 0 ]; then
FileExists /usr/share/yum-cli/cli.py
if [ ${FILE_FOUND} -eq 1 ]; then
- SearchItem "--security" "/usr/share/yum-cli/cly.py"
+ SearchItem "--security" "/usr/share/yum-cli/cli.py"
if [ ${ITEM_FOUND} -eq 1 ]; then
DO_TEST=1
logtext "Result: found built-in security in yum"