fix for issue #51

This commit is contained in:
Brad Rydzewski
2014-02-12 12:15:59 -07:00
parent 088c45941c
commit 0a8ef525e9
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import (
// repository and an optional branch.
// TODO this needs to implement basic caching
func Badge(w http.ResponseWriter, r *http.Request) error {
branchParam := r.FormValue(":branch")
branchParam := r.FormValue("branch")
hostParam := r.FormValue(":host")
ownerParam := r.FormValue(":owner")
nameParam := r.FormValue(":name")