mirror of
https://github.com/containers/podman.git
synced 2025-05-26 03:47:53 +08:00
Fixed typo in KillContainer
Signed-off-by: Andreas Schubert <schubter@gmail.com>
This commit is contained in:
@ -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"`
|
||||
}{
|
||||
|
Reference in New Issue
Block a user