'..' not '...'

This commit is contained in:
jesopo 2018-11-17 22:01:58 +00:00
parent 39bbde57a0
commit d35636733a

View file

@ -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 = {