typo
This commit is contained in:
parent
46d76ce76d
commit
296b178497
1 changed files with 1 additions and 1 deletions
2
strm
2
strm
|
|
@ -118,7 +118,7 @@ for i in "${!query[@]}"; do
|
|||
find_arguments+=("-a")
|
||||
fi
|
||||
|
||||
# Use the ipath argument to search case insensitive
|
||||
# Use the ipath argument to search case-insensitive
|
||||
find_arguments+=("-ipath")
|
||||
find_arguments+=("'*${query[$i]}*'")
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue