We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de7445b + 86ecede commit af79394Copy full SHA for af79394
src/python/tests/test_get_grackle_version.py
@@ -41,7 +41,7 @@ def _run(args):
41
latest_tagged_version = most_recent_tag[len(prefix) :]
42
43
# get the actual revision when most_recent tag was introduced
44
- revision_of_tag = _run(["git", "rev-parse", "-n", "1", most_recent_tag])
+ revision_of_tag = _run(["git", "rev-list", "-n", "1", most_recent_tag])
45
46
# get the branch name and current revision
47
branch = _run(["git", "rev-parse", "--abbrev-ref", "HEAD"])
0 commit comments