From b3e10f839ce07bd9351f5c5af88ffb4794d94896 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 22 Jul 2017 07:27:24 +0100 Subject: fixed bug in parsing non-scorsh commits --- workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workers.go') diff --git a/workers.go b/workers.go index be65b1e..66dc6b0 100644 --- a/workers.go +++ b/workers.go @@ -30,7 +30,7 @@ func (worker *SCORSHworker) Matches(repo, branch string) bool { func (w *SCORSHworker) LoadKeyrings() error { - w.Keys = make(map[string]openpgp.KeyRing, len(w.Keyrings)) + w.Keys = make(map[string]openpgp.KeyRing) w.TagKeys = make(map[string]map[string]bool) for _, t := range w.Tags { -- cgit v1.2.3