Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs authored Sep 29, 2023
1 parent 9a69ca1 commit 562a60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/crossbow/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def get_version(root, **kwargs):
kwargs['describe_command'] = (
'git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*"'
)
kwargs['config'] = Config(root=root)
kwargs['config'] = Configuration(root=root)

version = parse_git_version(root, **kwargs)
tag = str(version.tag)
Expand Down

0 comments on commit 562a60e

Please sign in to comment.