summaryrefslogtreecommitdiff
path: root/workers.go
diff options
context:
space:
mode:
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 {