aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http_handle_repo_commit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go
index 338ef8d..5ac315e 100644
--- a/http_handle_repo_commit.go
+++ b/http_handle_repo_commit.go
@@ -73,7 +73,7 @@ func httpHandleRepoCommit(writer http.ResponseWriter, request *http.Request, par
errorPage500(writer, params, "Error getting patch from commit: "+err.Error())
return
}
- params["parent_commitHash"] = parentCommitHash.String()
+ params["parent_commit_hash"] = parentCommitHash.String()
params["patch"] = patch
params["file_patches"] = makeUsableFilePatches(patch)