diff options
| author | 2018-11-17 22:01:58 +0000 | |
|---|---|---|
| committer | 2018-11-17 22:01:58 +0000 | |
| commit | d35636733a97d4a90a18a2fc76c4d473cab9024f (patch) | |
| tree | 4d0505e5acce1184c9247d1e5aeb6967e601ed63 /modules | |
| parent | '...', not unicode ellipsis (diff) | |
| signature | ||
'..' not '...'
Diffstat (limited to 'modules')
| -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 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 = { |
