aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 22:01:58 +0000
committerGravatar jesopo2018-11-17 22:01:58 +0000
commitd35636733a97d4a90a18a2fc76c4d473cab9024f (patch)
tree4d0505e5acce1184c9247d1e5aeb6967e601ed63 /modules/github.py
parent'...', not unicode ellipsis (diff)
signature
'..' not '...'
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 = {