mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix execution of version_helper.py to use git tweaks
This commit is contained in:
parent
011ae8675a
commit
a8f3b39dcc
@ -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