aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 1869918a..618d54ef 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -2,7 +2,7 @@ import itertools, json
from src import ModuleManager, utils
COMMIT_URL = "https://github.com/%s/commit/%s"
-COMMIT_RANGE_URL = "https://github.com/%s/compare/%s...%s"
+COMMIT_RANGE_URL = "https://github.com/%s/compare/%s..%s"
CREATE_URL = "https://github.com/%s/tree/%s"
COMMENT_ACTIONS = {