diff --git a/coder.py b/coder.py index 23f879d5b..14606b3ba 100755 --- a/coder.py +++ b/coder.py @@ -519,7 +519,7 @@ class Coder: repo.git.add(*relative_dirty_fnames) commit_result = repo.git.commit("-m", commit_message, "--no-verify") commit_hash = repo.head.commit.hexsha[:7] - self.console.print(f"[green]{commit_hash} {commit_message}") + self.console.print(f"[green bold]{commit_hash} {commit_message}") return commit_hash, commit_message