From 8cdab7231a220eb3abab1a1d6bcf3e68f72280ca Mon Sep 17 00:00:00 2001
From: Jakob Borg <jakob@kastelo.net>
Date: Wed, 7 Feb 2018 17:32:26 +0100
Subject: [PATCH] meta: Fix authors check

---
 meta/authors_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/authors_test.go b/meta/authors_test.go
index abfa0a2c3..292639725 100644
--- a/meta/authors_test.go
+++ b/meta/authors_test.go
@@ -32,6 +32,7 @@ var excludeCommits = stringSetFromStrings([]string{
 	"342036408e65bd25bb6afbcc705e2e2c013bb01f",
 	"e37cefdbee1c1cd95ad095b5da6d1252723f103b",
 	"bcc5d7c00f52552303b463d43a636f27b7f7e19b",
+	"bc7639b0ffcea52b2197efb1c0bb68b338d1c915",
 })
 
 func TestCheckAuthors(t *testing.T) {
-- 
GitLab