aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/gitea.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git_webhooks/gitea.py')
-rw-r--r--modules/git_webhooks/gitea.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/gitea.py b/modules/git_webhooks/gitea.py
index 296488ba..b408290f 100644
--- a/modules/git_webhooks/gitea.py
+++ b/modules/git_webhooks/gitea.py
@@ -110,7 +110,7 @@ class Gitea(object):
return [["Received new webhook", None]]
def _short_hash(self, hash):
- return hash[:8]
+ return hash[:7]
def push(self, full_name, data):
outputs = []