Skip to content

Commit

Permalink
give the thing the right name
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Seitz committed Sep 21, 2023
1 parent e8e2720 commit 7629f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tests/systemtests/Systemtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def _fetch_ref(self, repository: Path, ref: str):
"-C", os.fspath(repository.resolve()),
"fetch",
"origin",
ref
f"{ref}:{ref}"
], check=True, timeout=60)
if result.returncode != 0:
raise RuntimeError(f"git command returned code {result.returncode}")
Expand Down

0 comments on commit 7629f35

Please sign in to comment.