diff options
| author | 2020-02-07 00:11:28 +0000 | |
|---|---|---|
| committer | 2020-02-07 00:11:28 +0000 | |
| commit | d588760fc4fbfd5cc4acf9041b57f86a6a0cf39e (patch) | |
| tree | cb72b1d33c2f895f561bfdba89f7382fa4c68455 /modules/git_webhooks/__init__.py | |
| parent | allow multipe require_accces (comma sep), support "low"/"high"/"admin" (diff) | |
| signature | ||
update other modules to use categorised require_access
Diffstat (limited to 'modules/git_webhooks/__init__.py')
| -rw-r--r-- | modules/git_webhooks/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/__init__.py b/modules/git_webhooks/__init__.py index dbedff95..b87f0665 100644 --- a/modules/git_webhooks/__init__.py +++ b/modules/git_webhooks/__init__.py @@ -200,7 +200,7 @@ class Module(ModuleManager.BaseModule): """ :help: Add/remove/modify a git webhook :require_mode: high - :require_access: git-webhook + :require_access: admin,git-webhook :permission: gitoverride :usage: list :usage: add <hook> |
