summaryrefslogtreecommitdiff
path: root/workers.go
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-22 07:27:24 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-22 07:27:24 +0100
commitb3e10f839ce07bd9351f5c5af88ffb4794d94896 (patch)
treef007dd5ee923ed42f418e807477ce848aec6f5b2 /workers.go
parentb0aa804366af36f358b5f3eaf9caffaf6a59ec7d (diff)
fixed bug in parsing non-scorsh commits
Diffstat (limited to 'workers.go')
-rw-r--r--workers.go2
1 files changed, 1 insertions, 1 deletions
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 {