Changed typo cly.py to cli.py

This commit is contained in:
mboelen 2014-10-13 20:45:43 +02:00
parent 19fd348249
commit 20815d8133
1 changed files with 1 additions and 1 deletions

View File

@ -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"