Skip to content

Commit

Permalink
fixup! CI: Check commit message compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Mar 20, 2023
1 parent 6e71641 commit a6a5cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/check-log-msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def main():
for c in repo.iter_commits(args.commits): # '27.1.0-rc2..27.1.0'):
global current_commit
current_commit = c
blog(LOG_INFO, "Checking commit '%s'" % c.message.split('\n', 1)[0])
blog(LOG_INFO, "Checking commit '%s'" % c.message.split('\n', 1)[0])
check_message(c)
if has_error:
sys.exit(1)
Expand Down

0 comments on commit a6a5cfc

Please sign in to comment.