small glitch in commits.go

lint-refactor
KatolaZ 8 years ago
parent 625d1beff9
commit e404b1dd69
  1. 2
      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)
}

Loading…
Cancel
Save