From 19fd3482497fba3aeac4a763874fd82d0b662324 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 13 Oct 2014 20:43:46 +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 e8c0d2fb..d31f6963 100644 --- a/include/tests_ports_packages +++ b/include/tests_ports_packages @@ -592,7 +592,7 @@ # Check for built-in --security option if [ ${DO_TEST} -eq 0 ]; then - FileExists /usr/share/yum-cli/cly.py + FileExists /usr/share/yum-cli/cli.py if [ ${FILE_FOUND} -eq 1 ]; then SearchItem "--security" "/usr/share/yum-cli/cly.py" if [ ${ITEM_FOUND} -eq 1 ]; then