Fix change detection on retried Shippable jobs.

This commit is contained in:
Matt Clay 2018-08-27 19:02:35 -07:00
parent 6b40906bdb
commit c0aaf0fff7
2 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@ class Git(object):
def get_diff(self, args, git_options=None):
"""
:type args: list[str]
:type options: list[str]
:type git_options: list[str] | None
:rtype: list[str]
"""
cmd = ['diff'] + args