From 7f76ed8413a49ab4e46d764b017f75ece66fe06e Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 12 Nov 2015 08:46:13 +0100 Subject: [PATCH] Fix build --- script/check-authors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/script/check-authors.go b/script/check-authors.go index 06200b81a..93d3a67ad 100644 --- a/script/check-authors.go +++ b/script/check-authors.go @@ -32,6 +32,7 @@ var excludeCommits = stringSetFromStrings([]string{ "4b76ec40c07078beaa2c5e250ed7d9bd6276a718", "32a76901a91ff0f663db6f0830e0aedec946e4d0", "3626003f680bad3e63677982576d3a05421e88e9", + "342036408e65bd25bb6afbcc705e2e2c013bb01f", }) func init() {