diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret index c68b156..d400765 100755 --- a/src/simplaret +++ b/src/simplaret @@ -282,7 +282,7 @@ function simplaret_search { fi else - if [ "$repost_type" == "root" ]; then + if [ "$repos_type" == "root" ]; then # root repositories has ROOT_PRIORITY for priority in $ROOT_PRIORITY; do for file in `simplaret_find_package $1 $storage/$repository_name | grep "/$priority/"`; do |