Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 23, 2023
1 parent 3a17a13 commit c115b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion personal_mnemonic_medium/subtasks/graphite.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def create_branch_from_issue(c: inv.Context, selected_issue: GithubIssue):
branch_title = f"{selected_issue.number}-{sanitised_title}"
c.run(f"gt create {branch_title}")
c.run(
f"git commit --allow-empty -m '{selected_issue.title}, fixes #{selected_issue.number}'"
f"git commit --allow-empty -m '{selected_issue.title}. Fixes #{selected_issue.number}'"
)

0 comments on commit c115b59

Please sign in to comment.