mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 04:30:10 +00:00
fix for issue #51
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user