hooks/pre-commit: only look for .yml files

This commit is contained in:
Hans-Christoph Steiner 2020-05-21 12:04:43 +02:00
parent 894e1a8be0
commit 47c0894f03
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -o pipefail
# Redirect output to stderr.
exec 1>&2
apps="$(git diff --cached --name-only --diff-filter=ACM | sed -n 's,metadata/\([^/]*\)\.txt,\1,p')"
apps="$(git diff --cached --name-only --diff-filter=ACM | sed -n 's,metadata/\([^/]*\)\.yml,\1,p')"
if [[ -n "$apps" ]]; then
fdroid lint -f $apps