Skip to content

Commit

Permalink
fix: fetch file list from head not origin
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 5, 2020
1 parent 6bbe644 commit e531a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform/git/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export class Storage {
'ls-tree',
'-r',
'--name-only',
'origin/' + branch,
branch,
]);
// istanbul ignore if
if (!files) {
Expand Down

0 comments on commit e531a93

Please sign in to comment.