diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-22 07:27:24 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-22 07:27:24 +0100 |
commit | b3e10f839ce07bd9351f5c5af88ffb4794d94896 (patch) | |
tree | f007dd5ee923ed42f418e807477ce848aec6f5b2 /workers.go | |
parent | b0aa804366af36f358b5f3eaf9caffaf6a59ec7d (diff) |
fixed bug in parsing non-scorsh commits
Diffstat (limited to 'workers.go')
-rw-r--r-- | workers.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |