diff --git a/common.py b/common.py
index 5418e0ec07d777d507eaaaf111ad6e625865f844..f716d685009c4ab50f1b7a75f25706d98ccc2bce 100755
--- a/common.py
+++ b/common.py
@@ -110,7 +110,7 @@ def list_commits(commits):
     """Create a list of commits along with the commit messages"""
     commit_list = ""
     for commit in commits:
-        commit_list += "\n----\n\nCommit: %s\n\n%s" % (commit.web_url, commit.message)
+        commit_list += "\n--\n\nCommit: %s\n\n%s" % (commit.web_url, commit.message)
     return commit_list