Skip to content

Commit

Permalink
syntax fix MR -> RM
Browse files Browse the repository at this point in the history
  • Loading branch information
grzybniak committed Jan 10, 2022
1 parent dae197d commit 0e1af17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine_commit_msg/redmine_commit_msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_redmine_issue_id(message):
return rm_issue_id

print("ERROR: Missing RedMine Issue in commmit message.")
print("Hint: MR#12345 bla bla bla your Commit message.")
print("Hint: RM#12345 bla bla bla your Commit message.")
return False


Expand Down

0 comments on commit 0e1af17

Please sign in to comment.