Skip to content

Commit 69fcf4e

Browse files
committed
Further clarifying the ref to diff against
Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent 9ce3c24 commit 69fcf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_api_updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from git import Repo
22

33
repo = Repo("kokkos-kernels")
4-
files = repo.git.diff('develop', name_only=True).split()
4+
files = repo.git.diff('origin/develop', name_only=True).split()
55
print(files)

0 commit comments

Comments
 (0)