mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #42679 from ClickHouse/version-git-fix
Fix execution of version_helper.py to use git tweaks
This commit is contained in:
commit
b4db75d7cd
@ -344,7 +344,7 @@ def main():
|
||||
update_contributors()
|
||||
return
|
||||
|
||||
version = get_version_from_repo(args.version_path)
|
||||
version = get_version_from_repo(args.version_path, Git(True))
|
||||
|
||||
if args.update:
|
||||
version = version.update(args.update)
|
||||
|
Loading…
Reference in New Issue
Block a user