mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
fix find-changed-builds.py
This commit is contained in:
parent
6c81cf659a
commit
703fa06277
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ for appid in sorted(changed):
|
|||
metadata_file = 'metadata/%s.yml' % appid
|
||||
diff = subprocess.check_output(
|
||||
(
|
||||
'git diff --no-color --diff-filter=d FETCH_HEAD...HEAD -- ' + metadata_file
|
||||
'git diff --no-color --diff-filter=d HEAD^...HEAD -- ' + metadata_file
|
||||
).split(' ')
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue