aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 22:07:32 +0000
committerGravatar jesopo2018-11-17 22:07:32 +0000
commitdfa11b0f18491abae4a5267588d3bca5b68937ee (patch)
treee68186ea2ebb42f09aee6b04074507ec5b74a0ea /modules
parent'..' not '...' (diff)
signature
Nope, "..." is an official git feature and it looks way nicer on github
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 618d54ef..1869918a 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 = {