diff options
Diffstat (limited to '')
-rw-r--r-- | handle_repo_commit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle_repo_commit.go b/handle_repo_commit.go index 4bec9dd..56103e7 100644 --- a/handle_repo_commit.go +++ b/handle_repo_commit.go @@ -42,7 +42,7 @@ func handle_repo_commit(w http.ResponseWriter, r *http.Request) { commit_id_string := commit_object.Hash.String() if commit_id_string != commit_id_specified_string { - http.Redirect(w, r, commit_id_string, http.StatusSeeOther) + http.Redirect(w, r, commit_id_string, http.StatusSeeOther) return } |