From 6c1f6bdcccd62f5b4012e31a0c5d00018b8447ac Mon Sep 17 00:00:00 2001 From: Kellen Dunham Date: Tue, 30 Mar 2021 18:16:03 -0500 Subject: Fixed podman-remote --network flag Updated reference to network [NO TESTS NEEDED] Signed-off-by: Kellen Dunham --- pkg/api/handlers/libpod/play.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/api/handlers/libpod/play.go') diff --git a/pkg/api/handlers/libpod/play.go b/pkg/api/handlers/libpod/play.go index ee2d3c00d..eba5386b6 100644 --- a/pkg/api/handlers/libpod/play.go +++ b/pkg/api/handlers/libpod/play.go @@ -20,7 +20,7 @@ func PlayKube(w http.ResponseWriter, r *http.Request) { runtime := r.Context().Value("runtime").(*libpod.Runtime) decoder := r.Context().Value("decoder").(*schema.Decoder) query := struct { - Network string `schema:"reference"` + Network string `schema:"network"` TLSVerify bool `schema:"tlsVerify"` LogDriver string `schema:"logDriver"` Start bool `schema:"start"` -- cgit v1.2.3-54-g00ecf