Skip to content

Commit a8f3b39

Browse files
committed
Fix execution of version_helper.py to use git tweaks
1 parent 011ae86 commit a8f3b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/version_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def main():
344344
update_contributors()
345345
return
346346

347-
version = get_version_from_repo(args.version_path)
347+
version = get_version_from_repo(args.version_path, Git(True))
348348

349349
if args.update:
350350
version = version.update(args.update)

0 commit comments

Comments
 (0)