aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-06 17:23:27 +0000
committerGravatar jesopo2018-11-06 17:23:27 +0000
commit1dfa10ea9d0045143284b55d7f0873aac8d03c3f (patch)
tree34d36c0a0932d7bfbd4c7062a32c0c60814e7765 /modules/github.py
parentLog errors caught when trying to execute API endpoints (diff)
signature
Typo in modules/github.py, 'COMMENT_ACTION' -> 'COMMENT_ACTIONS'
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 48c95488..d7f1d427 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -3,7 +3,7 @@ from src import ModuleManager, utils
COMMIT_URL = "https://github.com/%s/commit/%s"
-COMMENT_ACTION = {
+COMMENT_ACTIONS = {
"created": "commented",
"edited": "edited a comment",
"deleted": "deleted a comment"