Skip to content

Commit

Permalink
Update scripts/get-good-commit.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Popov <[email protected]>
  • Loading branch information
kwk and nikic committed Aug 7, 2024
1 parent ff68234 commit 535e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-good-commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_good_commit(
logging.info(
f"No good commit found, using the initial one: {start_ref}, aka {sha}"
)
return {sha}
return sha


def main():
Expand Down

0 comments on commit 535e0da

Please sign in to comment.