diff options
| author | 2018-11-17 22:01:09 +0000 | |
|---|---|---|
| committer | 2018-11-17 22:01:09 +0000 | |
| commit | 39bbde57a074fbf1b7090dc32d6b938fe8c1cce2 (patch) | |
| tree | e68186ea2ebb42f09aee6b04074507ec5b74a0ea /modules/github.py | |
| parent | Remove newlines for formatted strings where applicable (github.py) (diff) | |
| signature | ||
'...', not unicode ellipsis
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index 9670bc50..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 = { |
