Fix CI warnings

This commit is contained in:
suman chapai 2022-08-12 00:52:20 -05:00
parent 9c1646cc50
commit 03af623f10
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ if [ -s "$sel" ]; then
no_of_files=${#targets[@]}
# Open only if > 1 file
if (( $no_of_files > 1 ))
if (( no_of_files > 1 ))
then
$OPENER -p ${targets[@]}
$OPENER -p "${targets[@]}"
fi
# Clear selection