Skip to content

Commit 0d5086e

Browse files
josixLee-W
authored andcommitted
style(cz_check): Add quote to displaying rev and msg
1 parent ba16783 commit 0d5086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __call__(self):
5757
]
5858
displayed_msgs_content = "\n".join(
5959
[
60-
f"commit {commit.rev}: {commit.message}"
60+
f'commit "{commit.rev}": "{commit.message}"'
6161
for commit in ill_formated_commits
6262
]
6363
)

0 commit comments

Comments
 (0)