summaryrefslogtreecommitdiff
path: root/commits.go
diff options
context:
space:
mode:
Diffstat (limited to 'commits.go')
-rw-r--r--commits.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commits.go b/commits.go
index d69cc2b..7703273 100644
--- a/commits.go
+++ b/commits.go
@@ -53,9 +53,9 @@ func walk_commits(msg SCORSHmsg, w *SCORSHworker) error {
fmt.Printf("Inside parse_commits\n")
- reponame := msg.repo
- old_rev := msg.old_rev
- new_rev := msg.new_rev
+ reponame := msg.Repo
+ old_rev := msg.Old_rev
+ new_rev := msg.New_rev
repo, err := git.OpenRepository(reponame)
if err != nil {