'..' not '...'
This commit is contained in:
parent
39bbde57a0
commit
d35636733a
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue