summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-07-21 07:43:29 +0100
committerKatolaZ <katolaz@freaknet.org>2017-07-21 07:43:29 +0100
commite404b1dd6923c255e22933127d3e6f4e4119f61b (patch)
treee66f615a3e91134ad23b300f28aa5d5697087b72
parent625d1beff94383d32b55fc468137908edacb4293 (diff)
small glitch in commits.go
-rw-r--r--commits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commits.go b/commits.go
index a1be2d4..c254403 100644
--- a/commits.go
+++ b/commits.go
@@ -196,7 +196,7 @@ func walk_commits(msg SCORSHmsg, w *SCORSHworker) error {
// c) If everything is OK, execute the tag
if good_tag && good_keys {
- env := set_environment(&msg, t.Tag, get_author_email(), get_committer_email())
+ env := set_environment(&msg, t.Tag, get_author_email(commit), get_committer_email(commit))
errs := exec_tag(tag_cfg, t.Args, env)
debug.log("[worker: %s] errors in tag %s: %s\n", w.Name, t.Tag, errs)
}