diff options
| author | 2020-03-08 14:14:00 +0000 | |
|---|---|---|
| committer | 2020-03-08 14:14:00 +0000 | |
| commit | 49d9cbdb87a40cf58f1997914ca1b5033fcc13b3 (patch) | |
| tree | f89b4b6d5acc0ec88f6e8b5e7445454c04797d93 /modules/git_webhooks/github.py | |
| parent | add space between command and usage string (diff) | |
| signature | ||
exports.get_one() -> exports.get()
Diffstat (limited to 'modules/git_webhooks/github.py')
| -rw-r--r-- | modules/git_webhooks/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/github.py b/modules/git_webhooks/github.py index 21b672ce..8bf61114 100644 --- a/modules/git_webhooks/github.py +++ b/modules/git_webhooks/github.py @@ -441,7 +441,7 @@ class GitHub(object): url = "" if data["check_run"]["details_url"]: url = data["check_run"]["details_url"] - url = " - %s" % self.exports.get_one("shorturl-any")(url) + url = " - %s" % self.exports.get("shorturl-any")(url) duration = "" if data["check_run"]["completed_at"]: |
