1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

only do bash completion on .yml files

closes #719
This commit is contained in:
Hans-Christoph Steiner 2020-01-14 19:10:06 +01:00
parent 5c82956561
commit e5d8479033
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -73,7 +73,7 @@ __vercode() {
line="${line#*,}"
printf "${line%%,*} "
fi
done < "metadata/${p}.txt" )" -- $cur ) )
done < "metadata/${p}.yml" )" -- $cur ) )
}
__complete_options() {