Skip to content

Commit

Permalink
Adjusted commit comment to reflect closing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost committed Jan 9, 2025
1 parent 6e60f4a commit 5792c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/process_bulk_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def process_metadata_issues(
# Commit changes
self.local_repo.index.add([xml_repo_path])
self.local_repo.index.commit(
f"Processed metadata corrections for #{issue.number}"
f"Processed metadata corrections (closes #{issue.number})"
)

closed_issues.append(issue)
Expand Down

0 comments on commit 5792c78

Please sign in to comment.