Fixed typo in KillContainer

Signed-off-by: Andreas Schubert <schubter@gmail.com>
This commit is contained in:
Andreas Schubert 2020-02-19 13:48:10 +01:00
parent 1bed53b02c
commit 1e4129a19d
No known key found for this signature in database
GPG Key ID: 95B1C076E79774F9
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}{