mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix change detection on retried Shippable jobs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user