From d35636733a97d4a90a18a2fc76c4d473cab9024f Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 17 Nov 2018 22:01:58 +0000 Subject: [PATCH] '..' not '...' --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {