Skip to content

Commit 2f7a044

Browse files
committed
.
1 parent 3860555 commit 2f7a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/harness/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main(
3434
if BASE_BRANCH in repo.branches:
3535
repo.git.branch("-d", BASE_BRANCH)
3636
repo.git.checkout("-b", BASE_BRANCH)
37-
logger.info("Checked out the base commit: commit 0")
37+
logger.info(f"Checked out the base branch: {BASE_BRANCH}")
3838

3939

4040
__all__ = []

0 commit comments

Comments
 (0)