Skip to content

Commit

Permalink
revert format
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Jun 24, 2024
1 parent a51b212 commit f8676fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-scripts/hack/update-component-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ def get_containerd_version() -> str:
"""Update containerd version using latest tag of specified branch"""
containerd_repo = util.read_file(COMPONENTS / "containerd/repository")

with util.git_repo(
containerd_repo, CONTAINERD_RELEASE_BRANCH, shallow=False
) as dir:
with util.git_repo(containerd_repo, CONTAINERD_RELEASE_BRANCH, shallow=False) as dir:
# Get the latest tagged release from the current branch
return util.parse_output(["git", "describe", "--tags", "--abbrev=0"], cwd=dir)

Expand Down

0 comments on commit f8676fe

Please sign in to comment.