mirror of https://github.com/containers/podman.git
Fixed typo in KillContainer
Signed-off-by: Andreas Schubert <schubter@gmail.com>
This commit is contained in:
parent
1bed53b02c
commit
1e4129a19d
|
@ -15,7 +15,7 @@ import (
|
|||
|
||||
func KillContainer(w http.ResponseWriter, r *http.Request) (*libpod.Container, error) {
|
||||
runtime := r.Context().Value("runtime").(*libpod.Runtime)
|
||||
decoder := r.Context().Value("decorder").(*schema.Decoder)
|
||||
decoder := r.Context().Value("decoder").(*schema.Decoder)
|
||||
query := struct {
|
||||
Signal syscall.Signal `schema:"signal"`
|
||||
}{
|
||||
|
|
Loading…
Reference in New Issue