From 20815d81339bd3cca07a960e09825064a8607883 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 13 Oct 2014 20:45:43 +0200 Subject: [PATCH] Changed typo cly.py to cli.py --- include/tests_ports_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"